mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
Rename SSL certificates for Zulip Enterprise.
(imported from commit 4f15f2aee2bcc7450953488c94e8b88734aeaff7)
This commit is contained in:
@@ -6,8 +6,8 @@ server {
|
|||||||
listen 443;
|
listen 443;
|
||||||
|
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /etc/ssl/certs/zulip-local-server.combined-chain.crt;
|
ssl_certificate /etc/ssl/certs/zulip-enterprise.combined-chain.crt;
|
||||||
ssl_certificate_key /etc/ssl/private/zulip-local-server.key;
|
ssl_certificate_key /etc/ssl/private/zulip-enterprise.key;
|
||||||
|
|
||||||
add_header X-Frame-Options DENY;
|
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
|
(1) download zulip-server.tar.gz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user