Uploading a Certificate against a Certificate Signing Request

Brian Buchanan

Dabbler
Joined
Aug 14, 2013
Messages
17
Hi.

I'm using TrueNAS CORE 13.0 Release. System, Certificates, Add. Type: Certificate Signing Request. I fill in the form, save and view the certificate to get the Signing Request data.

I've copied and pasted that to "csr.txt" on my Active Directory CA and sign it with
certreq -submit -attrib "CertificateTemplate:WebServer" -config dev\myca csr.txt cert.txt

Now I have the signed certificate in cert.txt, but I can't figure out how to add that to the CSR in TrueNAS. I'm expecting I would copy/paste into the "Certificate" field and then click Save, but that field is not editable.

My certificate has an "Issuer" value of "external - signature pending" but I can't figure this out.
 

Attachments

  • csr.png
    csr.png
    64.6 KB · Views: 148
Top