Forum Discussion

DarioGB_339840's avatar
DarioGB_339840
Icon for Altostratus rankAltostratus
Aug 03, 2018

DSC Certificates Renew

After checking DTDI and DTCA certificates used by DSC comms, we notice that both has a validity gap.

I guess that active used certificates & keys are located here:

  • /config/filestore/files_d/Common_d/trust_certificate_d
  • /config/filestore/files_d/Common_d/trust_certificate_key_d

So, their validity time is:

 openssl x509 -text -noout -in /config/filestore/files_d/Common_d/trust_certificate_d/\:Common\:dtdi.crt_37015_4 | grep -A2 -i validity
        Validity
            Not Before: Mar 22 14:51:24 2016 GMT
            Not After : Mar 20 14:51:24 2026 GMT

 openssl x509 -text -noout -in /config/filestore/files_d/Common_d/trust_certificate_d/\:Common\:dtca.crt_37019_4 | grep -A2 -i validity
        Validity
            Not Before: Mar 22 14:51:23 2016 GMT
            Not After : Mar 20 14:51:23 2026 GMT

What should I do after this time to renew those certificates?

I was search for an install option as "install sys crypto cert..." but I guess it doesn't exist to DSC certificates.

Any help? Thanks.

KR, Dario.