|
@@ -1,6 +1,6 @@
|
|
|
## 1. Clone
|
|
|
|
|
|
-```{sh}
|
|
|
+```sh
|
|
|
git clone --origin template \
|
|
|
--branch openssl-client \
|
|
|
'git@git.hammerle.me:fphammerle/template-x509-cert-request-generation.git' \
|
|
@@ -9,10 +9,12 @@ git clone --origin template \
|
|
|
|
|
|
## 2. Configure
|
|
|
|
|
|
-Edit *openssl.conf* and *numbits*.
|
|
|
+```sh
|
|
|
+vim openssl.conf numbits
|
|
|
+```
|
|
|
|
|
|
## 3. Create
|
|
|
|
|
|
-```{sh}
|
|
|
+```sh
|
|
|
make
|
|
|
```
|