Commit 85002439 authored by Tommy Lau's avatar Tommy Lau

Remove the comment after encryption_key

parent e94cf823
...@@ -46,7 +46,7 @@ if [ ! -f /etc/ocserv/server-key.pem ] || [ ! -f /etc/ocserv/server-cert.pem ]; ...@@ -46,7 +46,7 @@ if [ ! -f /etc/ocserv/server-key.pem ] || [ ! -f /etc/ocserv/server-cert.pem ];
organization = "$SRV_ORG" organization = "$SRV_ORG"
expiration_days = $SRV_DAYS expiration_days = $SRV_DAYS
signing_key signing_key
encryption_key #only if the generated key is an RSA one encryption_key
tls_www_server tls_www_server
EOSRV EOSRV
certtool --generate-certificate --load-privkey server-key.pem --load-ca-certificate ca-cert.pem --load-ca-privkey ca-key.pem --template server.tmpl --outfile server-cert.pem certtool --generate-certificate --load-privkey server-key.pem --load-ca-certificate ca-cert.pem --load-ca-privkey ca-key.pem --template server.tmpl --outfile server-cert.pem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment