diff options
author | Andrei Pavel <andrei@isc.org> | 2021-03-19 19:57:49 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-03-23 14:32:54 +0100 |
commit | e47a26ee2febcca5eabe8cc943ec5c0ba89ba920 (patch) | |
tree | f58fdee8cce96f1634917ab14deed6ac0fc7f22b /doc/examples/https | |
parent | [#1748] Imported improvements (diff) | |
download | kea-e47a26ee2febcca5eabe8cc943ec5c0ba89ba920.tar.xz kea-e47a26ee2febcca5eabe8cc943ec5c0ba89ba920.zip |
[#1717] correct some URLs
Diffstat (limited to 'doc/examples/https')
-rw-r--r-- | doc/examples/https/httpd2/kea-httpd2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/https/httpd2/kea-httpd2.conf b/doc/examples/https/httpd2/kea-httpd2.conf index 097a5ba044..b138673c59 100644 --- a/doc/examples/https/httpd2/kea-httpd2.conf +++ b/doc/examples/https/httpd2/kea-httpd2.conf @@ -126,4 +126,4 @@ SSLMutex "file:/usr/local/var/run/apache2/ssl_mutex" # Certificate Authority. Client certificate must be signed by the CA. SSLCACertificateFile "/path/to/ca.crt" -</VirtualHost>
\ No newline at end of file +</VirtualHost> |