You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: The procedure differs from Satellite 6.5 where it is required to create a certificate tar ball: official documentation
The question is whether older releases should be still supported as full support for 6.5 already ended and maintenance support will be dropped in Spring 2020: Lifecycle Documentation
Implementation TODOs:
create variables to supply custom SSL certificate (server_ssl_cert), private key (server_ssl_key) and CA certificate/trust-chain (ca_cert)
create task to validate chain via katello-certs-check -c <cert> -k <key> -b <ca_cert>
It would be extremely handy, if this role would also support installing Satellite with custom SSL certificates.
Official documentation:
NOTE: The procedure differs from Satellite 6.5 where it is required to create a certificate tar ball: official documentation
The question is whether older releases should be still supported as full support for 6.5 already ended and maintenance support will be dropped in Spring 2020: Lifecycle Documentation
Implementation TODOs:
server_ssl_cert
), private key (server_ssl_key
) and CA certificate/trust-chain (ca_cert
)katello-certs-check -c <cert> -k <key> -b <ca_cert>
satellite-installer
command:--certs-server-cert <cert> --certs-server-key <key> --certs-server-ca-cert <ca_cert>
--certs-update-server
and--certs-update-server-ca
The text was updated successfully, but these errors were encountered: