vncserver -randr 1028x768
Monday, February 22, 2021
Tuesday, February 9, 2021
Error getting keypair for CA issuer: certificate is not a CA
edit file /etc/ssl/openssl.cnf
[ v3_ca ]
basicConstraints = critical,CA:TRUE
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
generate csr with option -extensions v3_ca
ex.
openssl req \
-x509 \
-new \
-nodes \
-key private/univ-ca.key.pem \
-sha256 \
-days 1825 \
-out certs/univ-ca.cert.pem \
-subj '/C=TH/O=YOU-ORG-NAME/emailAddress=YOU_EMAIL' \
-passin pass:$CA_PASS \
-extensions v3_c
Subscribe to:
Posts (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
SET LLDP System NAME: system name ALL-Uplink system location SIAM-FL11 SHOW LLDP Configure: show lldp config or show lldp local-syste...
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => ...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...