Get this project using GitHub or usual git clone.
Study info.sh. This script shows information for some file types. Add support for X509 certificates in PEM format:
- Add hadler for .pem files
- Use openssl to get subject and MD5 fingerprint of the certificate
- Print the subject and fingerprint on one line separated by three spaces.
My output for cert.pem:
12:34:09:28:AD:05:ED:39:D3:0B:28:88:6B:9A:41:A5:27:0F:4B:F9 /C=EE/ST=Harjumaa/L=Tallinn/O=Edisoft Baltic/CN=HR Test
-
After your modifications, create a patch for admin1 directory using git or usual diff -Nur.
-
Using openssl, encrypt (RSA) the patch with cert.pem.
Take a look at the weirdly-named file and find out what to do next.