I bought SSL certificate to apply it to my site which is hosted in Digitalocean VPS,
When I bought SSL , Rapid SSL emailed the keys with that email.
In that mail they mentioned
public.crt and intermediate.crt but they did not provide me any private.key.
But in their installation guide they wrote like this
SSLCertificateFile /usr/local/ssl/crt/public.crt
This will need to point to the your SSL certificate itself that we issued to you
SSLCertificateKeyFile /usr/local/ssl/private/private.key
This will need to point to the private key file associated with your certificate.
SSLCertificateChainFile /usr/local/ssl/crt/intermediate.crt
This will need to point to the the intermediate file
Now how can I get this private.key file
Thanks in advance...