I have been attempting to upload a wildcard cert that is already keyed by another machine. We get the SSL from Entrust and we use it on multiple webservers. How can I upload a .pfx in Ubuntu droplet? I have the key, but can’t find how to upload the .pfx itself. I am used to Windows webservers and uploading certificates and all the support articles are for getting a certificate through Let’s encrypt and assume you are keying that certificate to that server.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey!
What I could suggest here is to use Filezilla as you can install it directly on your Windows laptop and use it to connect to your Droplet.
You can follow the steps here on how to do that:
An alternative option is to use a CLI tool like
scp
orrsync
but for that you would need to have WLS setup on your Windows PC:Let me know how it goes!
- Bobby
Heya @angelastephens,
You can upload the certifcate to your Ubuntu Droplet using a tool like FileZilla or using commands like scp.
If you wish to use the FileZilla tool, check this article here please:
https://docs.digitalocean.com/products/droplets/how-to/transfer-files/
It will help you through the proccess of uploading a file to your Droplet.
If you want to use the
scp
command, check this discussionhttps://www.digitalocean.com/community/questions/how-to-copy-files-from-one-server-to-another-droplet