|
||||||||
Hi List, <To generate a custom certificate: < <openssl req -new -nodes > cert.csr <openssl x509 -in cert.csr -out cert.pem -req -signkey privkey.pem -days 365 < <The certificate can then be found in cert.pem and the private key in privkey.pem. cert.csr is not needed <anymore. Is there an Terminal like ssh where i make this input or i have to use exec.php, for this openssl command? Can someone explain it to me, plz Greets Rene |