Ig
Igors
#1
How to generate a Wildcard SSL CSR on cyberpanel?
I found onluy this answer: SSH to your server, use this command:
openssl req -new -newkey rsa:2048 -nodes -keyout mydomain.key -out mydomain.csr
Thanks