Issue Certficate for Azure WAF

I ran this command:
certbot certonly --webroot -w /var/www/mydomain/folder/Test2 -d www.mydomain.fr -d mydomain.fr -w /var/www/mydomain/folder/Test1/ -d mydomain.de -d www.mydomain.de

My web server is (include version):
Apache on a CentOS but we have an Web Application Firewall

My hosting provider, if applicable, is:
Azure
I can login to a root shell on my machine
yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
No

there are any way to issue certificate and install after on Web Application Firewall? I need the pfx file.

Yes,

You can use this command to combine the cert file and key file.
openssl pkcs12 -export -inkey your_private_key.key -in result.pem -name my_name -out final_result.pfx

Okay, but for some reason my input command doesn’t work

What’s the output when you try to run that? “Doesn’t work” how?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.