Lint markdown files

This commit is contained in:
Tom Moulard 2022-07-18 12:22:08 +02:00 committed by GitHub
parent 3686f95832
commit b361608693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 16 deletions

View file

@ -3,6 +3,7 @@
## local.crt / local.key
Generate with
```bash
go run $GOROOT/src/crypto/tls/generate_cert.go --rsa-bits 1024 --host 127.0.0.1,::1,localhost --ca --start-date "Jan 1 00:00:00 1970" --duration=1000000h
mv cert.pem local.cert