|
|
|
Consultingwerk.Framework.Collections.CharacterList ExtractCertificateChainToFolder (character, character)
|
Extracts a particular certificate from the certificate chain
|
|
|
|
CHARACTER ExtractCommonName (character)
|
Extracts the Common Name (CN) value from an openssl subject/issuer line
Notes : openssl renders the CN field either as "CN=value" or "CN = value"
depending on the version; both forms are supported.
@param pcLine The subject line emitted by openssl, e.g. " 0 s:CN=www.spiegel.de"
@return The Common Name value, e.g. "www.spiegel.de"
*/
|
|
|
|
CHARACTER ExtractRootCertificateToFile (character, CharacterList, character)
|
Extracts a particular certificate from a file containing the root certificates.
|
|
|
|
CHARACTER GetIssuerNamesFromList (CharacterList)
|
Returns a pipe-delimited list of the issuer names
|
|
|
|
LoadRootCertificates (character)
|
Loads all of the certificates from the specified file into the ttCertificate temp-table
|
|
|
|
CHARACTER SanitizeCertificateName (character)
|
Prettifies a certificate name. Replaces all spaces with a single -. Replaces . with a -. Replaces * with 'star'
|