diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2019-02-25 16:42:43 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2019-02-25 16:42:43 +0300 |
| commit | fbcb0c8a33c7168aad3b1474d4cd8cde3486e155 (patch) | |
| tree | c73c367334ad215cb35aba930f9057dc411749d0 /src/stream/ngx_stream_ssl_module.h | |
| parent | 8772a0e0892e632c37f3b92b1d287ed9b473cb13 (diff) | |
| download | nginx-fbcb0c8a33c7168aad3b1474d4cd8cde3486e155.tar.gz nginx-fbcb0c8a33c7168aad3b1474d4cd8cde3486e155.tar.bz2 | |
SSL: dynamic certificate loading in the stream module.
Diffstat (limited to 'src/stream/ngx_stream_ssl_module.h')
| -rw-r--r-- | src/stream/ngx_stream_ssl_module.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_ssl_module.h b/src/stream/ngx_stream_ssl_module.h index 9f8f01cf1..6cb4140a8 100644 --- a/src/stream/ngx_stream_ssl_module.h +++ b/src/stream/ngx_stream_ssl_module.h @@ -34,6 +34,9 @@ typedef struct { ngx_array_t *certificates; ngx_array_t *certificate_keys; + ngx_array_t *certificate_values; + ngx_array_t *certificate_key_values; + ngx_str_t dhparam; ngx_str_t ecdh_curve; ngx_str_t client_certificate; |
