CSR

Source: https://www.thomas-krenn.com/de/wiki/Openssl_Multi-Domain_CSR_erstellen

Step 1: Create a config file

Step 2: Create private key

1
openssl genrsa -out example.com.key 2048

Step 3: Create CSR

1
openssl req -new -out example.com.csr -key example.com.key -config example.com.conf