Quantcast
Channel: Public Key Infrastructure PowerShell module
Browsing all 729 articles
Browse latest View live
↧

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 Article


New 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 Article


New Post: Add Subject Alternate Names to Cert Request

can you provide exact error message why the request is failed?

View Article

New 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 Article

New 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 Article


New 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 Article

Created 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 Article

New 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 Article


Commented 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 Article


New 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 Article

Commented 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 Article

Commented 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 Article

New 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 Article


New 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 Article

New 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 Article


New 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 Article

New 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 Article


New 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 Article

New 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 Article

New 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
Browsing all 729 articles
Browse latest View live


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