Add test to verify SSL certificate creation

This commit is contained in:
Manuel de Brito Fontes 2016-03-31 21:29:36 -03:00
parent 2ca6c8256b
commit 0a71f4911b
5 changed files with 109 additions and 30 deletions

View file

@ -77,7 +77,9 @@ const (
// Size of the SSL shared cache between all worker processes.
// http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_session_cache
sslSessionCacheSize = "10m"
)
var (
// Base directory that contains the mounted secrets with SSL certificates, keys and
sslDirectory = "/etc/nginx-ssl"
)