New Post: Add Subject Alternate Names to Cert Request
Ok, if you are aware about these risks, then the following syntax must be used:Submit-CertificateRequest <parameters> -Attribute "san:dns=www.example.com&dns=sip.example.com"
View ArticleNew Post: Add Subject Alternate Names to Cert Request
Camelot wrote: Ok, if you are aware about these risks, then the following syntax must be used:Submit-CertificateRequest <parameters> -Attribute "san:dns=www.example.com&dns=sip.example.com"...
View ArticleNew Post: Add Subject Alternate Names to Cert Request
can you provide exact error message why the request is failed?
View ArticleNew Post: Add Subject Alternate Names to Cert Request
Camelot wrote: can you provide exact error message why the request is failed? The EventID in the errorlog was 53 (with Qualifiers 3370, don't know the exact meaning of this number) The error messages...
View ArticleNew Post: Add Subject Alternate Names to Cert Request
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...
View ArticleNew Post: Add Subject Alternate Names to Cert Request
Camelot wrote: 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"...
View ArticleCreated Unassigned: Add Subject Alternate Names to Cert Request [39]
**Camelot wrote:**> Ok, if you are aware about these risks, then the following syntax must be used:> ```> Submit-CertificateRequest <parameters> -Attribute...
View ArticleNew Post: Add Subject Alternate Names to Cert Request
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Unassigned: Add Subject Alternate Names to Cert Request [39]
**Camelot wrote:**> Ok, if you are aware about these risks, then the following syntax must be used:> ```> Submit-CertificateRequest <parameters> -Attribute...
View ArticleNew Post: Add Subject Alternate Names to Cert Request
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...
View ArticleCommented Unassigned: Add Subject Alternate Names to Cert Request [39]
**Camelot wrote:**> Ok, if you are aware about these risks, then the following syntax must be used:> ```> Submit-CertificateRequest <parameters> -Attribute...
View ArticleCommented Unassigned: Add Subject Alternate Names to Cert Request [39]
**Camelot wrote:**> Ok, if you are aware about these risks, then the following syntax must be used:> ```> Submit-CertificateRequest <parameters> -Attribute...
View ArticleNew Post: query/issue regarding Submit-CertificateRequest cmdlet
Hello I have a couple of questions/issues with PSPKI 2.6 and wondered if you could help/explain please, thanks I have a Windows 2003 R2 SP2 Enterprise CA, with PowerShell v2.0 installed on the CA. I...
View ArticleNew Post: query/issue regarding Submit-CertificateRequest cmdlet
1) make sure if there are no more PSPKI module folders in the "env:psmodulepath" 2) you are specifying invalid template name. The command expects template common name and not display name. I guess, in...
View ArticleNew Post: query/issue regarding Submit-CertificateRequest cmdlet
Thanks very much for your reply Camelot, I will check out the points you raise, I though about the common name verses the display name too as was looking for the common name. However when using the...
View ArticleNew Comment on "Get-CATemplate"
Hello, I am having an issue with Get-CATemplate as follows first $CA = Get-CertificationAuthority -Name MyEntDomainCA $CA.GetType() IsPublic IsSerial Name BaseType -------- -------- ---- -------- True...
View ArticleNew Post: pspki module and certificate signing request (CSR) dump
Hi PSPKI developers, Does the PSPKI module supports certificate signing requests (CSR) dumps in the same fasion that Get-PfxCertificate does it? I am looking for soluiton in which i can generate a dump...
View ArticleNew Post: pspki module and certificate signing request (CSR) dump
Yes, there is a basic support for PKCS#10 requests which is described in my blog post: http://en-us.sysadmins.lv/Lists/Posts/Post.aspx?ID=102 It is not implemented in the cmdlets, but is available via...
View ArticleNew Post: pspki module and certificate signing request (CSR) dump
Thanks Camelot, Your blog was excellent. That will do it for what i am working on.
View ArticleNew Post: Certificate recieving ends after 30 minutes with "The handle is...
Is there any way to avoid making many calls if it's neŃessary to do smth like this: Get-ChildItem $pathCertSuspendedValidExport -Name|ForEach-Object -Process {$SN=$_ -replace ".cer";...
View Article