I’m trying to use own certificates in suma 5.0 but due to the sle micro setup I can’t figure out how to get it done.
At this point i managed to copy the certs to a “persistent folder” i then try to use the command
mgrctl exec – mgr-ssl-cert-setup --root-ca-file=rootca.crt --server-cert-file=server.crt --server-key-file=server.key
but get message : Root CA: file not found
edit:
these are thirdparty certificates signed by the intermediate
also tried to specify --intermediate-ca-file with chain files etc… but could not find a working combination so far …
2nd edit: copying the root cert to the trust folder also does not solve the issue
/etc/pki/trust/anchors folder
found this thread Certificate renewal fails with ERROR: No CA found for server certificate · Issue #8983 · uyuni-project/uyuni · GitHub seems to be related