Conceptually win-acme works by chaining together five components also known as plugins, which can be mixed and matched to support many use cases. Using the “default settings” mode of the UI, the default for each plugin will be chosen for you. These defaults can be changed in settings.json.
In “full options” mode, you will be asked to pick each of these plugins.
From the command line you can also rely on the configured defaults or explicitly provide which one(s) you want. Check the command line reference to see how.
There are two other types of plugins that may be interesting to developers of custom solutions:
INotificationTarget
) can be used to send success or error messages to your favorite channel, instead of (or in addition to) the built in emails.ISecretService
) can be used to get and set secrets like passwords from your favorite management tool, instead of (or in addition to) the built in encrypted JSON file.Currently there are no alternative implementations for these last two interfaces available as part of this project, but we always welcome contributions.
A lot of plugins are built-in, but some plugins are distributed as optional extra downloads. When using one of the extra downloads, it’s required to use the “pluggable” releases of the main program. Otherwise you may use the “trimmed” releases to save space.