diff --git a/readme.md b/readme.md index 9409a88..7fac50c 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # How to make your Astra Cesbo license server -1. Install the required packages +

1. Install the required packages

```shell script apt install opensc-pkcs11 libpam-pkcs11 openssl opensc make build-essential libpkcs11-helper1 libpkcs11-helper1-dev libengine-gost-openssl1.1 -y @@ -30,7 +30,7 @@ make make install ``` -2. We set up our config files according to what we will use and what we need +

2. We set up our config files according to what we will use and what we need

```shell script vi /etc/softhsm/softhsm.conf @@ -40,7 +40,7 @@ vi /etc/opensc/opensc.conf vi /etc/opensc/opensc-pkcs11.conf ``` -3. We generate a certificate and create a virtual slot and add a token +

3. We generate a certificate and create a virtual slot and add a token

```shell script openssl req -new -x509 -subj "/CN=MyCertTEST" -engine pkcs11 -keyform engine -key "pkcs11object=mykey1;pin-value=mysecret1" -outform der -out mycert.der @@ -71,7 +71,7 @@ pin min/max : 4/255 Slot 1 (0x1): SoftHSM slot ID 0x1 ``` -4. The script that will check the licenses +

4. The script that will check the licenses

```