I had a problem with Apache settings, which I eventually solved, but in the meantime I messed up the SSL certificates on the server.
1) I initially obtained a certificate for my domain using the "Get automatic certificate from ACME provider" option.
2) Next, I deleted it from the control panel.
3) I installed a new certificate via SSH, but on the host (ddserver.digitaldruk.pl), not the domain (digitaldruk.pl) - ./letsencrypt.sh request_single ddserver.digitaldruk.pl 4096
4) I attempted to delete it, but despite the confirmation message, it remained active (./letsencrypt.sh revoke ddserver.digitaldruk.pl 4096)
5) I installed the certificate on the domain digitaldruk.pl via SSH (./letsencrypt.sh server_cert digitaldruk.pl 4096)
Currently, I have two certificates: the primary one on the host ddserver.digitaldruk.pl, and the secondary one associated with the domain digitaldruk.pl.
How can I remove the certificate issued for the host, leaving only the one for the domain?
How can I remove the certificate issued for the host, leaving only the one for the domain?
1) I initially obtained a certificate for my domain using the "Get automatic certificate from ACME provider" option.
2) Next, I deleted it from the control panel.
3) I installed a new certificate via SSH, but on the host (ddserver.digitaldruk.pl), not the domain (digitaldruk.pl) - ./letsencrypt.sh request_single ddserver.digitaldruk.pl 4096
4) I attempted to delete it, but despite the confirmation message, it remained active (./letsencrypt.sh revoke ddserver.digitaldruk.pl 4096)
5) I installed the certificate on the domain digitaldruk.pl via SSH (./letsencrypt.sh server_cert digitaldruk.pl 4096)
Currently, I have two certificates: the primary one on the host ddserver.digitaldruk.pl, and the secondary one associated with the domain digitaldruk.pl.
How can I remove the certificate issued for the host, leaving only the one for the domain?