You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc/ssl-certificate-implemented/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ Added the SSL section and a rewrite of port 80 to 443 in the Nginx configuration
5
5
nano /etc/nginx/sites-enabled/gitlab
6
6
```
7
7
8
+
---
9
+
8
10
```bash
9
11
server {
10
12
listen 80;
@@ -58,6 +60,7 @@ server {
58
60
59
61
### 2. Place the SSL certificates
60
62
Create the folder for the SSL certificates and place the SSL certificates & the SSL certificates key here. In our situation, we combine the SSL Certificate with the CA Root Certificate.
0 commit comments