mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-24 20:18:13 +02:00
update installation source for mkcert (#2340)
This commit is contained in:
parent
cb09aa4199
commit
e23d42b070
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ In production, we'd use a public certificate authority such as LetsEncrypt. But
|
|||
|
||||
```bash
|
||||
# Install mkcert.
|
||||
go get -u github.com/FiloSottile/mkcert
|
||||
go get -u filippo.io/mkcert
|
||||
# Bootstrap mkcert's root certificate into your operating system's trust store.
|
||||
mkcert -install
|
||||
# Create your wildcard domain.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue