Tuesday, September 17, 2024
Tuesday, June 7, 2022
Adding trusted root certificates to the server
If you want to send or receive messages signed by root authorities and these authorities are not installed on the server, you must add a trusted root certificate manually.
Use the following steps to add or remove trusted root certificates to/from a server.
Mac OS X
| Function | Method |
| Add | Use command: sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/new-root-certificate.crt |
| Remove | Use command: sudo security delete-certificate -c "<name of existing certificate>" |
Windows
| Function | Method |
| Add | Use command: certutil -addstore -f "ROOT" new-root-certificate.crt |
| Remove | Use command: certutil -delstore "ROOT" serial-number-hex |
Linux (Ubuntu, Debian)
| Function | Method |
| Add |
|
| Remove |
|
NOTE
Restart Kerio Connect to reload the certificates in the 32-bit versions or Debian 7.
Linux (CentOs 6)
| Function | Method |
| Add |
|
NOTE
Restart Kerio Connect to reload the certificates in the 32-bit version.
Linux (CentOs 5)
| Function | Method |
| Add | Append your trusted certificate to file /etc/pki/tls/certs/ca-bundle.crt
|
NOTE
Restart Kerio Connect to reload the certificates in the 32-bit version.
Monday, June 6, 2022
VS Code: Fixing Git Certificate Issues
Ref: https://dougdefrank.wordpress.com/2018/02/28/vs-code-fixing-git-certificate-issues/
git config --system http.sslBackend schannel
Install and use xorg-server on macOS via Homebrew
The instructions to install and use xorg-server on macOS via Homebrew: Install Homebrew (if you haven't already): /bin/bash -c ...
-
Ref: https://blogs.sap.com/2016/11/25/get-to-know-camels-simple-expression-language-in-hci/ Introduction Simple is a, well, simple express...
-
WebRequest The function sends an HTTP request to a specified server. The function has two versions: 1. Sending simple requests of typ...
-
The instructions to install and use xorg-server on macOS via Homebrew: Install Homebrew (if you haven't already): /bin/bash -c ...


.png)