|
NAMEopenssl-configutl - openssl configuration file helper command SYNOPSISopenssl configutl [-help] [-config filename] [-out filename] [-noheader] DESCRIPTIONReal world openssl configuration files with use of the .include directive are quite complex, and there is a need to see the resulting system-wide configuration. This tool is designed for managing OpenSSL configuration files. Currently it processes a configuration file with possibly complex structure and dumps an effective resulting configuration file, to stdout by default. OPTIONS
EXAMPLESDump the configuration file my.conf processing all .include directives to the file result.conf openssl configutl -config my.conf -out result.conf SEE ALSOconfig(5) HISTORYThe configutl command was added in OpenSSL 3.6. COPYRIGHTCopyright 2025-2026 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.
|