This guide shows how to set up a bidirectional client/server authentication for plain TLS sockets.
Newer versions of openssl are stricter about certificate purposes. Use extensions accordingly.
Generate a Certificate Authority:
| import express from 'express'; | |
| // ... So much space for unstable dependency imports ... | |
| let app = express(); | |
| // ... Insert your own routing magic ... | |
| export default app; |
| #!/bin/bash | |
| BACKUPTIME="$(date '+%Y%m%dT%H%M%S%z')" | |
| BACKUPLOC=/home/backups | |
| DBDIR=/var/lib/firebird/2.5/data | |
| DBNAME=rsgdata | |
| PASSLOC=/etc/firebird/2.5/SYSDBA.password | |
| LEVEL=${1:-0} | |
| COUNT=8 |
This guide shows how to set up a bidirectional client/server authentication for plain TLS sockets.
Newer versions of openssl are stricter about certificate purposes. Use extensions accordingly.
Generate a Certificate Authority: