Changes for page OpenSSL

Last modified by Sebastian Marsching on 2024/08/17 16:53

From version 3.1
edited by Sebastian Marsching
on 2024/01/09 22:18
Change comment: There is no comment for this version
To version 4.1
edited by Sebastian Marsching
on 2024/08/17 16:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -65,7 +65,7 @@
65 65  Instead of the `P-256` curve, another curve can be chose of course. This parameter file can then be used with the `-newkey` parameter of the `req` command:
66 66  
67 67  ```bash
68 -openssl req -out cert.csr -keyout cert.key -nodes -newkey params:ec-p-256-params.pem -sha256
68 +openssl req -out cert.csr -keyout cert.key -nodes -newkey param:ec-p-256-params.pem -sha256
69 69  ```
70 70  
71 71  # Importing a Certificate into the Java Keystore