This is a diff between 1.2 and 1.3 revisions:

458a465
< * [[http://docs.openlinksw.com/virtuoso/odbcimplementation.html#secureodbcx509][Using X509 Certificates With ODBC Connection]]
457d465
> * [[http://docs.openlinksw.com/virtuoso/odbcimplementation.html#secureodbcx509][Using X509 Certificates With ODBC Connection]]
\ No newline at end of file
223d224
> Note, to protect the certificate password from possible [[https://attack.mitre.org/techniques/T1139/][Bash History Exploit Vulnerability]], the P12 certificate can be converted to a password protected PEM file with the command:
> <verbatim>
> openssl app-or-agent-pkcs-file -out app-or-agent-pem-file
> </verbatim>
>
> and the PEM file (app-or-agent-pem-file) specified instead instead of the P12 file with the {pkcs-file-access-pwd} removed, in which case curl will prompt for the password, which would then not be part of the users bash history.
>