certify
certify copied to clipboard
Error when using Export Certificate task
I can successfully request a certificate from Lets Encrypt and deploy to the local certificate store. But whenever i try and select the Export Certificate task to export the full certificate in pem format to a local folder it fails with access denied error.
I have tried with both local service and specified local credentials, but both fail. When trying the deploy to CCS task using the same local target directory and the same service credentials it succeeds and exports a pfx certificate.
The error message given is the deployment task failed to complete. Export Certificate:: Failed to copy to destination file: xxxxxxxx : Access to the path xxxxxxxx is denied.
Have checked permissions and like i said it works to the same location using deploy to CCS using the same local service. Any ideas?
Hi, if you are a licensed customer you should send a support request with more specific details to support {at} certifytheweb.com
The most likely problem would be if you only specify an output folder and not a full file path. The certificate export requires a full path and filename otherwise you'd be trying to overwrite your folder with a file.
The PEM export is a conversion of the PFX to PEM component files, is there a specific password set on the PFX or are you just using the default (blank)?