24 lines
454 B
Markdown
24 lines
454 B
Markdown
Zertifikate per netsh prüfen
|
||
|
||
Freitag, 31. März 2023
|
||
|
||
12:30
|
||
|
||
|
||
|
||
Netsh http show sslcert
|
||
|
||
|
||
|
||
|
||
|
||
Ein Zertifikat einer IP und Port zuweisen :
|
||
|
||
|
||
|
||
netsh http add sslcert ipport=0.0.0.0:443 certhash=3045c0dab3764dd641a3742253c9b22e07acf645 appid={11223344-4455-6677-8899-AABBCCDDEEFF} certstorename=MY
|
||
|
||
|
||
|
||
Aus \<<https://community.spiceworks.com/topic/2476243-ssl-certificate-add-failed-error-1312?utm_campaign=item&utm_medium=rss&utm_source=global>\>
|