Skip to content

Using a Let's Encrypt certificate with Uyuni? #7236

Discussion options

You must be logged in to vote

I got lego to request a RSA4096 certificate, and after some fiddling I could successfully get mgr-ssl-cert-setup to accept it.

[...]
TLS_INTERMEDIATE_CA_FILE='/etc/ssl/lets-encrypt-r3.pem'
TLS_CA_FILE='/var/lib/ca-certificates/pem/ISRG_Root_X1.pem'
echo "Running mgr-ssl-cert-setup"
mgr-ssl-cert-setup \
    --root-ca-file="${TLS_CA_FILE}" \
    --intermediate-ca-file="${TLS_INTERMEDIATE_CA_FILE}" \
    --server-cert-file="${TLS_CERT_FILE}" \
    --server-key-file="${TLS_KEY_FILE}" || {
    echo "Error during mgr-ssl-cert-setup"
    exit 21
}
[...]

I did not find a suitable R3 intermediate certificate file, neither in /var/lib/ca-certificates/pem/ nor in the automatically created files by …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@johanneskastl
Comment options

@johanneskastl
Comment options

Answer selected by johanneskastl
Comment options

You must be logged in to vote
1 reply
@johanneskastl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants