GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OPENSSL-CONFIGUTL(1ossl) OpenSSL OPENSSL-CONFIGUTL(1ossl)

openssl-configutl - openssl configuration file helper command

openssl configutl [-help] [-config filename] [-out filename] [-noheader]

Real 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.

Print out a usage message.
The configuration file to deal with. If omitted, the compiled one or the one defined via the OPENSSL_CONF environment variable is used.
The output file to be used instead of stdout.
Don't print information about the original config file to be processed.

Dump the configuration file my.conf processing all .include directives to the file result.conf

 openssl configutl -config my.conf -out result.conf

config(5)

The configutl command was added in OpenSSL 3.6.

Copyright 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>.

2026-06-09 4.0.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.