Add notes

Add notes showing the `mkcert` command to generate the SSL certificates.
This commit is contained in:
Oliver Davies 2024-05-11 00:59:45 +02:00
parent 34174d22fe
commit 7ab08a92e2

1
notes Normal file
View file

@ -0,0 +1 @@
mkcert -cert-file certs/local-cert.pem -key-file certs/local-key.pem "docker.localhost" "*.docker.localhost"