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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
### 1. Update Nginx config
2
2
Added the SSL section and a rewrite of port 80 to 443 in the Nginx configuration
3
+
3
4
```bash
4
5
nano /etc/nginx/sites-enabled/gitlab
5
6
```
7
+
8
+
---
9
+
6
10
```bash
7
11
server {
8
12
listen 80;
@@ -56,6 +60,7 @@ server {
56
60
57
61
### 2. Place the SSL certificates
58
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