index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
tls
Age
Commit message (
Expand
)
Author
2018-01-14
Update to meet Let's Encrypt challenge requirment (#220)
Steve Manuel
2017-04-17
package documentation for godoc
Steve Manuel
2017-03-16
Typo fixes
ferhat elmas
2017-01-16
[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)
Steve
2017-01-04
Fixed self-signed certificates when running a dev server
Zach Shipko
2017-01-04
updating import path from old repo
Steve Manuel
2017-01-04
adding https_port from db to enabledev func
Steve Manuel
2017-01-04
adding httpsport and https_port to flags and config
Steve Manuel
2016-12-28
moving dev notes in run command to main
Steve Manuel
2016-12-28
moving call point of goroutine to be more visible to user
Steve Manuel
2016-12-28
removing old fmt print for debug
Steve Manuel
2016-12-28
adding hint to troubleshoot ssl cert issues on chrome
Steve Manuel
2016-12-28
reverting to more simple key gen algorithm
Steve Manuel
2016-12-28
adding more desctiptive print messages, putting devhttps server on goroutine
Steve Manuel
2016-12-27
trying alternate key gen algorithm
Steve Manuel
2016-12-27
trying alternate key gen algorithm
Steve Manuel
2016-12-27
adding alternate usage and ca options
Steve Manuel
2016-12-27
trying alternate key gen algorithm
Steve Manuel
2016-12-27
remove old certs if found
Steve Manuel
2016-12-27
adding CA option back for testing
Steve Manuel
2016-12-27
add additional cert usage back for testing
Steve Manuel
2016-12-27
changing cert to not be a CA
Steve Manuel
2016-12-27
adding digital sig as option for key usage
Steve Manuel
2016-12-27
adding vendor path to location of certs in EnableDev
Steve Manuel
2016-12-27
updated vendored system path for tls certs
Steve Manuel
2016-12-27
need vendored system path for tls certs
Steve Manuel
2016-12-27
adding error logging to debug
Steve Manuel
2016-12-27
adding self-signed cert generator for local https/http2 testing
Steve Manuel
2016-12-19
moving repository, bosssauce => ponzu-cms
Steve Manuel
2016-12-02
casting var to strings for printing in shell
Steve Manuel
2016-10-24
removing debug printlns and modifying other fmt.Println to log.Println for co...
Steve Manuel
2016-10-21
adding support for TLS encryption, providing http/2 over HTTPS connections vi...
Steve Manuel
2016-10-21
adding better error handling to check for nil values
Steve Manuel
2016-10-21
testing 443 as only tls bound port
Steve Manuel
2016-10-21
adding initial support for TLS encryption via Lets Encrypt
Steve Manuel