index work
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// ## HTTPS Server
|
||||
// ## HTTPS Servers
|
||||
|
||||
package main
|
||||
|
||||
@@ -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/
|
||||
Reference in New Issue
Block a user