Hello team,
First of all, I´m a noob in the PWM system.
For the moment I can deploy the system and it is working OK in my AD
But now we want to have our certificate in PWM.We use our own CA.
I have tried looking for documentation explaining the steps to install our own certificate but have not seen anything similar.
I have PWM running on a docker.
My idea of how to do it is the following:
Access that docker and use openssl to pull a key and a csr with the command:
openssl req -new -newkey rsa:2048 -nodes -keyout serverxxx.key -out serverxxx.csr
Then, with that CSR, make the request in my CA, export the certificate, convert it to PEM, leave it in the server, and load it in the PWM GUI interface in the "Settings - HTTPS Server" section.
This would be the right way to do it ??
Thanks in advance!