<div dir="ltr">Hi Michael<div>renaming to .txt and combining they key and crt in one file worked. No idea why .crt itself could not be uploaded.</div><div>I had to switch off SSL (site had a LE cert before) else i got another error.</div><div>Anyway, it works.. thanks for your help!</div><div>Janwillem</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 2, 2022 at 6:43 PM Michael Stauber <<a href="mailto:mstauber@blueonyx.it">mstauber@blueonyx.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi Janwillem,<br>
<br>
> Trying to upload a custom wildcard SSL cert and the root certs for it <br>
> but getting<br>
> <br>
> Unable to read uploaded certificate. Only files with the file extension <br>
> '*.txt', '*.csr', '*.cert' or '*.crt' are allowed. Please try again.<br>
> <br>
> The certs are RapidSSl .crt and a DigicertCA.crt but no luck (not even <br>
> when renaming to anything else.<br>
> Any clues?<br>
<br>
Open the file you want to upload via the "Import" button in the GUI in a <br>
text editor. It should only contain the RSA private key and the <br>
certificate and should have the *.txt ending.<br>
<br>
The content of that *.txt file should look like this:<br>
<br>
-----BEGIN RSA PRIVATE KEY-----<br>
[...]<br>
-----END RSA PRIVATE KEY-----<br>
<br>
-----BEGIN CERTIFICATE-----<br>
[...]<br>
-----END CERTIFICATE-----<br>
<br>
There must not be any intermediate certificates in that textfile.<br>
<br>
The intermediate certificates MUST be uploaded individually under <br>
"Manage Certificate Authorities".<br>
<br>
If they are all in the same textfile, separate them into individual <br>
textfiles and upload them one by one.<br>
<br>
Please give it a try and let us know if that solves the issue for you.<br>
<br>
-- <br>
With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it" target="_blank">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div>