Skip to content

Commit

Permalink
proxy container config is created on server where CA should not be ad…
Browse files Browse the repository at this point in the history
…ded to DB
  • Loading branch information
mcalmer committed Jul 19, 2023
1 parent e1635fc commit a877fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spacewalk/certs-tools/mgr_ssl_cert_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ def getContainersSetup(root_ca_content, intermediate_ca_content, server_cert_con
apache_cert_content = generateApacheCert(server_cert_content, certData)
if not apache_cert_content:
raise CertCheckError("Failed to generate certificates")
deployCAInDB(certData)
return apache_cert_content


Expand Down

0 comments on commit a877fc1

Please sign in to comment.