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, this was indeed a bug. Now, regarding missing SANs. By default CA server do not accept alternative names as an attribute. You need to configure your ca to allow SAN from attriutes (ok, you are aware about the issue).
$myCA | Get-PolicyModuleFlag | Enable-PolicyModuleFlag -Flag AttributeSubjectAlternativeName -RestartCA
and when not needed:
$myCA | Get-PolicyModuleFlag | Disable-PolicyModuleFlag -Flag AttributeSubjectAlternativeName -RestartCA

Viewing all articles
Browse latest Browse all 729

Trending Articles



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