mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
7 lines
208 B
Markdown
7 lines
208 B
Markdown
|
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
|
||
|
```
|