1 Rookie
•
94 Posts
0
1142
August 3rd, 2021 04:00
OMSA, certificate replacement with acme protocol
I would like to replace the server certificates for OMSA on Windows Server with the help of an acme client. The replacement in the certificate store of windows is easy, but how can I replace the certificate in the Apache Tomcat of OMSA in an automated way?
Greetings Barbara
No Events found!
DELL-Charles R
Moderator
•
4.5K Posts
0
August 3rd, 2021 10:00
Hello Barbara,
Once you have your certificate you can upload with this-
An example command to upload a certificate on the Server Administrator web server is as follows:
omconfig preferences webserver attribute=uploadcert certfile=C:/xyz.crt webserverrestart=true
Other reference material:
omconfig preferences webserver Command Line Guide page 95 : https://dell.to/3CeiP9W
X.509 Certificate Management, SSL Server Certificates OM Server Administrator guide pages 34-35 : https://dell.to/3CbcU5y
MdmBarbarella
1 Rookie
•
94 Posts
0
August 4th, 2021 03:00
Thanks, that is the information I was looking for.
I'm using win-acme as acme-Client. https://www.win-acme.com/
With this client I can create different types of certificate files, also cert files what will accepted by OMSA. With this command I can write a script to import the certificate in the OMSA web server.
Dell-Martin S
Moderator
•
3.5K Posts
0
August 4th, 2021 04:00
Thank you for your feedback