Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add certificate install and uninstall commands #311

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

swalkinshaw
Copy link
Member

trellis certificate install will install the root certificate from a Trellis development VM (by default) into your computer's system truststore. This means local development HTTPS sites will be considered secure by web browsers and won't show insecure warnings.

trellis certificate uninstall removes the previously installed certificate from your computer's system "truststore".

By default this integrates with Trellis and relies on the changes in roots/trellis#1310. However, by passing the --path option this is a useful standalone tool to trust any root certificate on your computer.

Copy link
Collaborator

@tangrufus tangrufus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 🎉

`trellis certificate install` will install the root certificate
from a Trellis development VM (by default) into your computer's system
truststore. This means local development HTTPS sites will be considered
secure by web browsers and won't show insecure warnings.

`trellis certificate uninstall` removes the previously installed
certificate from your computer's system "truststore".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants