1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/selfcert/readme.md

7 lines
208 B
Markdown
Raw Normal View History

2016-07-07 18:54:16 -07:00
Code from golang.org/src/crypto/tls/generate_cert.go
To follow the instructions to create self-signed cert.pem and key.pem, for example, from this directory:
```
go run generate_cert.go -host localhost
```