
Originally Posted by
thobarn
WHM 11.28.87
FYI, superseded SSL certificate files displayed in WHM >> Main >> SSL/TLS >> SSL Key/Crt Manager cannot be deleted using the WHM UI.
The WHM UI displays the complete name of the old certificate/CSR/key files. However on delete the type of the file is attached for deletion to the end of the displayed name:
for example
file names are:
domain.key.old.1308576739
domain.crt.old.1308576739
domain.csr.old.1308576739
delete button attempts to delete:
domain.key.old.1308576739.key
domain.crt.old.1308576739.crt
domain.csr.old.1308576739.csr
with the error message:
ERROR: Could not remove nonexistent (key|crt|csr) “/etc/ssl/(certs|private)/domain.(key|crt|csr).old.(digits).(key|crt|csr)”.
They can still be deleted through SSH etc.