index work

This commit is contained in:
Mark McGranaghan
2012-09-23 18:06:40 -07:00
parent 6c1742a4e5
commit 1f7065e387
32 changed files with 32 additions and 132 deletions

View File

@@ -1,4 +1,4 @@
// ## HTTPS Server
// ## HTTPS Servers
package main

View File

@@ -5,7 +5,7 @@ $ openssl rsa -in server.orig.key -out server.key
$ openssl req -new -key server.key -out server.csr
$ openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
$ go run src/xx-https-server.go
$ go run https-servers.go
$ curl https://127.0.0.1:5000/
$ curl --insecure https://127.0.0.1:5000/