I've set up SSL on my webserver, now I need two files:
- a certificate
- a certificate Key
How do I create a self-signed certificate for testing purposes?
|
|
|
Ubuntu, even the 'minimal' flavour, comes with the The files you're looking for are already on your system:
Advanced: If for some reason you need to create a fresh certificate, you can run
If you want to change the expiration date of you certificate, you can manipulate the make-ssl-cert script at
Where you can change the expiration date by adding the
More options can be found in the manual page of |
|||||
|