Skip to content

Commit 9db3c68

Browse files
committed
Add documentation for localhost:purge.
1 parent c6d734f commit 9db3c68

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

guides/getting-started/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ $ bundle exec bake localhost:install
1818

1919
You may be prompted for a password to install the certificate. This is the password for your local keychain.
2020

21+
### Purging your certificates
22+
23+
If you have an existing installation which does not use the issuer certificate, you can remove the existing certificates and start over:
24+
25+
~~~ bash
26+
$ bundle exec bake localhost:purge
27+
~~~
28+
29+
Note this will remove all certificates in the `$XDG_STATE_HOME/localhost.rb/` directory, but it won't remove the issuer certificate that was installed in your keychain.
30+
2131
## Core Concepts
2232

2333
`localhost` has two core concepts:

0 commit comments

Comments
 (0)