Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 4dd1602

Browse files
authored
Update link
Use Microsoft's official documentation
1 parent 6f7e77f commit 4dd1602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/chapters/installation.rst.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Create the root CA
133133
CertUtil –setreg ca\CRLFlags +CRLF_PUBLISH_EXPIRED_CERT_CR
134134
{% endif %}
135135

136-
:: https://nolanrumble.com/security/crl-option-numbers-and-variables-what-do-they-mean
136+
:: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh831574(v=ws.11)#configure-the-ca
137137
CertUtil -setreg CA\CRLPublicationURLs "1:C:\%%3.crl\n2:http://pki.{{ customer.domain }}/%%3.crl"
138138
CertUtil -setreg CA\CACertPublicationURLs "3:http://pki.{{ customer.domain }}/%%3.crt"
139139

@@ -393,4 +393,4 @@ Set a static DCOM port
393393

394394
netstat -anob | Select-String -Pattern certsrv.exe -Context 1,0
395395

396-
{% endif %}
396+
{% endif %}

0 commit comments

Comments
 (0)