How to save the LDAP SSL Certificate from OpenSSL
Copy everything between —–BEGIN CERTIFICATE—– and —–END CERTIFICATE—– (including these delimiters) and paste it in a new text file (usually with the extension .pem or .crt). You can use your favourite (plain) text editor for this, for example Notepad, Gedit, Vim, Emacs (depending on the system you’re using). Alternatively, you can pipe the output to … Read more