Skip to content

Add an "auto" mode to use webroot when possible and standalone when not #2

@daronco

Description

@daronco

The standalone mode is easy and works without requiring a web server, but it requires applications to stop/start the web server for the standalone server to run.
This can be improved by using webroot, that uses the web server that's already running to install/update the certificates.

The recipe could have an "auto" mode that would check if port 80 is available or not. If it is, use standalone. If it's not, check what application is using it (apache/nginx) and try to use this application as webroot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions