1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-26 00:29:47 +02:00

initial commit

This commit is contained in:
Harvey Kandola 2016-07-07 18:54:16 -07:00
commit 18933c6767
1841 changed files with 810642 additions and 0 deletions

6
selfcert/readme.md Normal file
View file

@ -0,0 +1,6 @@
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
```