Displaying 1 result from an estimated 1 matches for "somecert".
Did you mean:
dovecert
2015 Sep 09
2
Working with PEM content
Hi,
If I need to script some management of text files with PEM content, are
there already some tools that exist that do this safely?
e.g.
somecert.pem that might contain
-----BEGIN CERTIFICATE-----
blah blah
-----END CERTIFICATE-----
-----BEGIN DH PARAMETERS-----
more blah
-----END DH PARAMETERS-----
What I would like is a utility that can read that file, remove the DH
parameters, write new file, validate new file is valid PEM contents, an...