Add test to verify SSL certificate creation
This commit is contained in:
parent
2ca6c8256b
commit
0a71f4911b
5 changed files with 109 additions and 30 deletions
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue