Skip to content

Commit 0ad8c6a

Browse files
authored
Add more details.. 📚
1 parent abd9727 commit 0ad8c6a

File tree

1 file changed

+2
-6
lines changed
  • How-To Guides/Request Certificate Offline

1 file changed

+2
-6
lines changed

How-To Guides/Request Certificate Offline/Readme.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Create a new file on your machine and name it:
77
In the file edit it to include something similar the following:
88
```
99
[NewRequest]
10-
Subject="CN=IIS-2019,OU=Servers,O=Support Team,L=Charlotte,S=North Carolina,C=US"
11-
Exportable=TRUE ; Private key is exportable
10+
Subject="CN=IIS-2019,OU=Servers,O=Support Team,L=Charlotte,S=North Carolina,C=US" ; SCOM only uses the first CN Name.
11+
Exportable=TRUE ; Private key is exportable (required for Server Authentication)
1212
KeyLength=2048
1313
KeySpec=1 ; Key Exchange – Required for encryption
1414
KeyUsage=0xf0 ; Digital Signature, Key Encipherment
@@ -21,10 +21,6 @@ MachineKeySet=TRUE
2121
[EnhancedKeyUsageExtension]
2222
OID=1.3.6.1.5.5.7.3.1 ; Server Authentication
2323
OID=1.3.6.1.5.5.7.3.2 ; Client Authentication
24-
25-
[Extensions]
26-
2.5.29.17 = "{text}" ; SAN - Subject Alternative Name
27-
_continue_ = "dns=IIS-2019.contoso.com&"
2824
```
2925
Open an Administrator Command Prompt and navigate to where you saved the above file. \
3026
Run the following:

0 commit comments

Comments
 (0)