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
devel:documentation:internal_ca [2024/02/06 10:15]
koulaj
— (current)
Line 1: Line 1:
-<- .:testing | ^ .:start | Documentation ^ -> 
- 
-===== Internal CA ===== 
- 
-There's local CA on appliance195. It has its repository git@git.bcvsolutions.eu:czechidm/idstory-product-development-ca.git where all generated certificates should be stored (as backup). 
- 
-===== How to generate new server certificate ===== 
-<code> 
- 
-cd /root/easyrsa3/ 
-./easyrsa build-server-full applianceXYZ.bcv nopass 
-git add . 
-git commit -m "Certifikat pro applianceXYZ.bcv" 
-git push 
- 
-</code> 
- 
-Generated files: 
- 
-  * certificate: ''/root/easyrsa3/pki/issued/applianceXYZ.bcv.crt'' 
-  * private key: ''/root/easyrsa3/pki/private/appliance195.bcv.key'' 
-  * (CA certificate to be put on server is in ''/root/easyrsa3/pki/ca.crt'') 
- 
  
  • by koulaj