Lines Matching full:certificate
39 Const myCaBakF = TRUE ' Flag: backup existing ca-bundle certificate
44 ' Also: we want our certificate output by default to be as similar as possible
47 Const myAskTiF = FALSE ' Flag: ask to include certificate text info
70 "certificate data." & _
93 MsgBox("OpenSSL was not found so the certificate bundle will not " & _
94 "include the SHA256 hash of the raw certificate data file " & _
97 "This does not have any effect on the certificate output, " & _
108 "each certificate?" & vbLf & _
135 ' Backup exitsing ca-bundle certificate file
164 "## Certificate data from Mozilla as of: " & _
167 "## This is a bundle of X.509 certificates of public Certificate Authorities" & vbLf & _
203 myPem = "-----BEGIN CERTIFICATE-----" & vbLf & _
205 "-----END CERTIFICATE-----" & vbLf