Kis (not verified) For this line -> Wed, 27.04.2016 - 12:40 For this line -> openssl req -new -key -x509 privkey.pem -out cacert.pem -days 1095 an error appeared -> unknown option privkey.pem Change it to -> openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095 In case of somebody found the same error
For this line ->
Wed, 27.04.2016 - 12:40For this line ->
openssl req -new -key -x509 privkey.pem -out cacert.pem -days 1095
an error appeared -> unknown option privkey.pem
Change it to ->
openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095
In case of somebody found the same error