Quantcast
Channel: Public Key Infrastructure PowerShell module
Viewing all articles
Browse latest Browse all 729

New Post: Add Subject Alternate Names to Cert Request

$
0
0
Ok, let's try this approach. Open Submit-CertificateRequest.ps1 file and find the following lines:
foreach ($attrib in $Attribute) {
[Void]$SB.Append($attrib + "\n")
}
and replace "\n" with "`n", so the resulted expression will be:
foreach ($attrib in $Attribute) {
[Void]$SB.Append($attrib + "`n")
}
and let me know if it works. I smell a bug here.

Viewing all articles
Browse latest Browse all 729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>