Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
537ef63f
Commit
537ef63f
authored
Jun 01, 2017
by
Marcin Siodelski
Browse files
[5302] Updated paths to the cert files for nginx.
parent
8e9aba8c
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/examples/https/nginx/kea-nginx.conf
View file @
537ef63f
...
...
@@ -52,11 +52,11 @@ http {
server_name
kea
.
example
.
org
;
# Server certificate and key.
ssl_certificate
kea
-
proxy
.
crt
;
ssl_certificate_key
kea
-
proxy
.
key
;
ssl_certificate
/
path
/
to
/
kea
-
proxy
.
crt
;
ssl_certificate_key
/
path
/
to
/
kea
-
proxy
.
key
;
# Certificate Authority. Client certificate must be signed by the CA.
ssl_client_certificate
ca
.
crt
;
ssl_client_certificate
/
path
/
to
/
ca
.
crt
;
# Enable verification of the client certificate.
ssl_verify_client
on
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment