Code: Select all
./easyrsa renew client1 nopass
Обновление корневого сертификата сложнее, напишу подробно чуть позже, примерно так:
Code: Select all
openssl x509 -in ca.crt -days 36500 -out ca-new.crt -signkey ca.key
Code: Select all
./easyrsa renew client1 nopass
Code: Select all
openssl x509 -in ca.crt -days 36500 -out ca-new.crt -signkey ca.key
Code: Select all
openssl x509 -text -in pki/issued/client1.crt