-
Notifications
You must be signed in to change notification settings - Fork 0
OpenSSL certs on OLD Debian
matveynator edited this page May 11, 2023
·
7 revisions
error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
## make backup copy:
mkdir -p /backup
rsync -avP /etc /backup/`date +%d%m%y-%s`
## replace with new certs:
rsync -avP root@NEW-DEBIAN-HOST:/etc/ssl/certs /etc/ssl/