We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dea456 commit bd6b99fCopy full SHA for bd6b99f
.gitignore
@@ -36,3 +36,7 @@ tfplan
36
.idea/
37
.vscode/
38
venv/
39
+
40
+#Ignore certificates
41
+scripts/csrs
42
+scripts/keys
scripts/confs/preprod.conf
@@ -10,7 +10,7 @@ ST = West Yorkshire
10
L = Leeds
11
O = NHS England
12
OU = National Document Repository
13
-CN = client.dev.preprod.national.nhs.uk
+CN = client.preprod.ndr.national.nhs.uk
14
15
[v3_req]
16
keyUsage = keyEncipherment, dataEncipherment
0 commit comments