diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-27 10:53:40 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-27 10:53:40 -0800 |
commit | be0180623c456ea661c3d71fb13dbeb1f1ba7bd1 (patch) | |
tree | 2854bcc9e84833085b977828e537853c07b932f6 /system/tls/enable.go | |
parent | 3055df5e17b6c58566eecb1e0a44cf6efc01a530 (diff) |
adding self-signed cert generator for local https/http2 testing
Diffstat (limited to 'system/tls/enable.go')
-rw-r--r-- | system/tls/enable.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/tls/enable.go b/system/tls/enable.go index 04f032a..5e16b92 100644 --- a/system/tls/enable.go +++ b/system/tls/enable.go @@ -65,7 +65,8 @@ func setup() { } -// Enable runs the setup for creating or locating certificates and starts the TLS server +// Enable runs the setup for creating or locating production certificates and +// starts the TLS server func Enable() { setup() |