mirror of https://github.com/zulip/zulip.git
Rename SSL certificates for Zulip Enterprise.
(imported from commit 4f15f2aee2bcc7450953488c94e8b88734aeaff7)
This commit is contained in:
parent
270f5730fa
commit
c7d9bf41bc
|
@ -6,8 +6,8 @@ server {
|
|||
listen 443;
|
||||
|
||||
ssl on;
|
||||
ssl_certificate /etc/ssl/certs/zulip-local-server.combined-chain.crt;
|
||||
ssl_certificate_key /etc/ssl/private/zulip-local-server.key;
|
||||
ssl_certificate /etc/ssl/certs/zulip-enterprise.combined-chain.crt;
|
||||
ssl_certificate_key /etc/ssl/private/zulip-enterprise.key;
|
||||
|
||||
add_header X-Frame-Options DENY;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
This file documents how to install the Zulip local server:
|
||||
This file documents how to install Zulip Enterprise:
|
||||
|
||||
(0) Install certificates to /etc/ssl/private/zulip-local-server.key and /etc/ssl/certs/zulip-local-server.combined-chain.crt
|
||||
(0) Install certificates to /etc/ssl/private/zulip-enterprise.key and /etc/ssl/certs/zulip-enterprise.combined-chain.crt
|
||||
|
||||
(1) download zulip-server.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in New Issue