Changes for page OpenSSL
Last modified by Sebastian Marsching on 2024/08/17 16:53
From version 1.2
edited by Sebastian Marsching
on 2022/04/03 22:18
on 2022/04/03 22:18
Change comment:
Added tag [Network]
To version 2.1
edited by Sebastian Marsching
on 2022/05/29 13:38
on 2022/05/29 13:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,7 +7,7 @@ 7 7 First we create an RSA key and certificate request for the CA: 8 8 9 9 ```bash 10 -openssl req -out ca.csr -keyout ca.key -newkey rsa:2048 10 +openssl req -out ca.csr -keyout ca.key -newkey rsa:2048 11 11 ``` 12 12 13 13 In the next step, we self-sign this certificate request in order to create the CA certificate: ... ... @@ -56,7 +56,7 @@ 56 56 57 57 # Importing a Certificate into the Java Keystore 58 58 59 -See [ Programming/Java/Keystore](https://sebastian.marsching.com/wiki/Programming/Java/Keystore).59 +See [[KeyStore|doc:Development.Java.KeyStore.WebHome]]. 60 60 61 61 ### Creating a PKCS#12 file 62 62