User Tools

Site Tools


various:how-to-create-self-signed-certificates

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
various:how-to-create-self-signed-certificates [2019/10/22 19:45]
Ilias Iliopoulos [Background]
various:how-to-create-self-signed-certificates [2020/04/14 19:55]
Ilias Iliopoulos [Step 1: Create a Certificate Authority]
Line 39: Line 39:
 </​code>​ </​code>​
  
-We have therefore created **CAkey.pem** which is the private key of our CA and **CAcert.pem** which is the public key of our CA.+We have therefore created ​files **CAkey.pem** which is the private key of our CA and **CAcert.pem** which is the public key of our CA.
  
-Each CSR that is signed by the CA contains a serial number. The CA maintains in its memory the next serial number. We shall use file **serial.txt** to keep track of this number.+Each CSR that is signed by the CA contains a serial number. The CA maintains in its memory the next serial number. We shall use file **file.srl** to keep track of this number.
  
 <​code>​ <​code>​
-$ echo '​01'​ > serial.txt +$ echo '​01'​ > file.srl 
 </​code>​ </​code>​
  
Line 97: Line 97:
  
 ===== Conclusion ===== ===== Conclusion =====
-Going through the above steps, we have created our own Certificate Authority and we have created our private and public ​key. If we need additional certificates for more applications or servers, we can go through Steps 2 and 3 as many times as we like.+Going through the above steps, we have created our own Certificate Authority and we have created our own self-signed ​private and public ​keys. If we need additional certificates for more applications or servers, we can go through Steps 2 and 3 as many times as we like.
  
  
various/how-to-create-self-signed-certificates.txt ยท Last modified: 2024/02/02 21:50 by Ilias Iliopoulos