# If you have a cert put it in the places shown below
# Part of the process assumes they're there, but if it doesn't create
# new ones, it doesn't copy yours in.
CERT_PASS='uyuni'
CA_CERT='/root/ssl-build/RHN-ORG-TRUSTED-SSL-CERT'
# These have defaults but you can set them if yours are someplace different
SERVER_CRT='/root/ssl-build/server.crt'
# This is a typo, I think!
SERVER_CERT=$SERVER_CRT
SERVER_KEY='/root/ssl-build/server.key'
Verify the custom certificate installation.