ACME-CLIENT.CONF(5) - File Formats Manual # ACME-CLIENT.CONF(5) - File Formats Manual
NAME # acme-client.conf - acme-client configuration file
DESCRIPTION # The acme-client.conf file is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Authorities
Certificate authorities (CAs) that can be contacted via ACME.
Domains
Certificate specifications.
Additional configuration files can be included with the include keyword, for example:
include "/etc/acme-client.
...
HTTPD(8) - System Manager’s Manual # HTTPD(8) - System Manager’s Manual
NAME # httpd - HTTP daemon
SYNOPSIS # httpd [-dnv] [-D macro=value] [-f file]
DESCRIPTION # The httpd daemon is an HTTP server with FastCGI and TLS support.
The FastCGI implementation has optional socket support. httpd can log to syslog(3) or per-server files with several standard formats.
httpd rereads its configuration file when it receives SIGHUP and reopens log files when it receives SIGUSR1.
...
OPENSSL(1) - General Commands Manual # OPENSSL(1) - General Commands Manual
NAME # openssl - OpenSSL command line tool
SYNOPSIS # openssl command [command_opt …] [command_arg …]
openssl list-standard-commands | list-message-digest-commands | list-cipher-commands | list-cipher-algorithms | list-message-digest-algorithms | list-public-key-algorithms
openssl no-‌command
DESCRIPTION # OpenSSL is a cryptography toolkit implementing the Transport Layer Security (TLS v1) network protocol, as well as related cryptography standards.
The openssl program is a command line tool for using the various cryptography functions of openssl’s crypto library from the shell.
...
SSL(8) - System Manager’s Manual # SSL(8) - System Manager’s Manual
NAME # ssl - details for libssl and libcrypto
DESCRIPTION # This document describes some of the issues relating to the use of the OpenSSL libssl and libcrypto libraries. This document is intended as an overview of what the libraries do, and what uses them.
The libssl and libcrypto libraries implement the TLS version 1 protocol. It is most commonly used by the HTTPS protocol for encrypted web transactions, as can be done with httpd(8).
...