Load certificate.
This commit is contained in:
parent
9805375421
commit
a59567d4ab
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@
|
|||
(ssl-listen port)
|
||||
(tcp-listen port)))
|
||||
|
||||
(when ssl?
|
||||
(ssl-load-certificate-chain! listener (-certificate-))
|
||||
(ssl-load-private-key! listener (-key-)))
|
||||
|
||||
(when (and (-user-) (-group-))
|
||||
(switch-user/group (-user-) (-group-)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue