Search notes:

openssl x509

Display, sign, convert certificates etc.
Show the content of a certificate:
$ openssl x509 -in xyz.crt -noout -text

TODO

$ openssl req -new -out xyz.csr
$ openssl rsa       -in server.key -out priv.key
$ openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 365

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1740463303, '3.15.223.162', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/security/cryptography/SSL-TLS/OpenSSL/executable/x509(41): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78