Skip to content

Commit 347faf8

Browse files
authored
fix: Adjust the cert names (#16)
1 parent 9668988 commit 347faf8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

scripts/ssl/config/ca_loki.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ C = DE
99
ST = Baden-Wuerttemberg
1010
L = Mannheim
1111
O = TheIOTStudio
12-
CN = TIS Promtail CA
12+
CN = TIS Loki CA
1313
emailAddress = [email protected]
1414

1515
[ext]

scripts/ssl/config/ca_syslog.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ C = DE
99
ST = Baden-Wuerttemberg
1010
L = Mannheim
1111
O = TheIOTStudio
12-
CN = TIS Promtail CA
12+
CN = TIS Syslog CA
1313
emailAddress = [email protected]
1414

1515
[ext]

scripts/ssl/config/client_loki.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ C = DE
1010
ST = Baden-Wuerttemberg
1111
L = Mannheim
1212
O = TheIOTStudio
13-
CN = TIS Promtail CA
13+
CN = TIS Loki Client
1414
emailAddress = [email protected]
1515

1616
[v3_req]

scripts/ssl/config/client_promtail.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ C = DE
1010
ST = Baden-Wuerttemberg
1111
L = Mannheim
1212
O = TheIOTStudio
13-
CN = TIS Promtail CA
13+
CN = TIS Promtail Client
1414
emailAddress = [email protected]
1515

1616
[v3_req]

scripts/ssl/config/client_syslog.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ C = DE
1010
ST = Baden-Wuerttemberg
1111
L = Mannheim
1212
O = TheIOTStudio
13-
CN = TIS Promtail CA
13+
CN = TIS Syslog Client
1414
emailAddress = [email protected]
1515

1616
[v3_req]

scripts/ssl/config/server_loki.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ C = DE
1010
ST = Baden-Wuerttemberg
1111
L = Mannheim
1212
O = TheIOTStudio
13-
CN = TIS Promtail CA
13+
CN = TIS Loki Server
1414
emailAddress = [email protected]
1515

1616
[v3_req]

scripts/ssl/config/server_promtail.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ C = DE
1010
ST = Baden-Wuerttemberg
1111
L = Mannheim
1212
O = TheIOTStudio
13-
CN = TIS Promtail CA
13+
CN = TIS Promtail Server
1414
emailAddress = [email protected]
1515

1616
[v3_req]

scripts/ssl/config/server_syslog.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ C = DE
1010
ST = Baden-Wuerttemberg
1111
L = Mannheim
1212
O = TheIOTStudio
13-
CN = TIS Promtail CA
13+
CN = TIS Syslog Server
1414
emailAddress = [email protected]
1515

1616
[v3_req]

0 commit comments

Comments
 (0)