Checklist
Is Your Feature Request Related To A Problem? Please describe.
While performing a new customer implementation, the New-SelfSignedCertificate Cmdlet call within Initialize. ps1 wouldn't create a private-key-exportable SSL certificate without the inclusion of the -KeyExportPolicy Exportable option added to the command.
Describe The Solution. Why is it needed?
Adding -KeyExportablePolicy Exportable to the New-SelfSignedCertificate Cmdlet seems to be a more reliable way of generating a certificate in the desired format.
User Story
No response
Additional Context
No response
Acceptance Criteria
No response
Related Issues
No response
Checklist
Is Your Feature Request Related To A Problem? Please describe.
While performing a new customer implementation, the
New-SelfSignedCertificateCmdlet call within Initialize. ps1 wouldn't create a private-key-exportable SSL certificate without the inclusion of the-KeyExportPolicy Exportableoption added to the command.Describe The Solution. Why is it needed?
Adding
-KeyExportablePolicy Exportableto theNew-SelfSignedCertificateCmdlet seems to be a more reliable way of generating a certificate in the desired format.User Story
No response
Additional Context
No response
Acceptance Criteria
No response
Related Issues
No response