PHP Classes

File: config/gemini_openssl.cnf

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   config/gemini_openssl.cnf   Download  
File: config/gemini_openssl.cnf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 662 bytes
 

Contents

Class file image Download
# Minimal OpenSSL configuration for Gemini capsule self-signed certificate generation. # Bundled with BinktermPHP so the Gemini daemon works on Windows without requiring # a system-wide OpenSSL installation or OPENSSL_CONF environment variable. [ req ] default_bits = 2048 default_md = sha256 distinguished_name = req_distinguished_name x509_extensions = v3_server prompt = no string_mask = utf8only [ req_distinguished_name ] CN = localhost [ v3_server ] subjectKeyIdentifier = hash basicConstraints = CA:false keyUsage = critical, digitalSignature, keyEncipherment extendedKeyUsage = serverAuth