4127 links
739 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
  • OpenSSL generate self signed certificate with SAN in one command (subject alternative name) - Raymii.org
    openssl req -nodes -x509 -sha256 -newkey rsa:4096 \
      -keyout example.org.key \
      -out example.org.crt \
      -days 356 \
      -subj "/C=NL/ST=Zuid Holland/L=Rotterdam/O=ACME Corp/OU=IT Dept/CN=example.org"  \
      -addext "subjectAltName = DNS:localhost,DNS:example.org" 
    July 25, 2024 08:27:31 AM GMT+02:00 * - permalink -
    QRCode
    - https://raymii.org/s/tutorials/OpenSSL_generate_self_signed_cert_with_Subject_Alternative_name_oneliner.html
    oneliner bash openssl
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation