User Tools

Site Tools


howtos:convert_a_tdc_danid_certificate
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


howtos:convert_a_tdc_danid_certificate [02/12/2018 21:34] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +When getting a TDC/DanID certificate it is wrapped inside a html document. This can be a problem for non Windows users.
  
 +The following command will extract the certificate from the file signatur.html and put it into signatur.pkcs12:
 +
 +<code>
 +awk -F \" '/^pkcs12=/ {print $2}' signatur.html | fold -b -w 64 | openssl enc -d -a > signatur.pkcs12
 +</code>
howtos/convert_a_tdc_danid_certificate.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1