Skip to content

run Certbot as systemd service #4

@mendelskiv93

Description

@mendelskiv93

Since now we can install Certbot using Apt Package Manager or PIP, we should run it as a systemd service instead of a docker container due to permissions issues mostly on Harbor host.

No need for snap install or running in docker container:

# We can't install it from snap.
certbot_docker_cont_name: 'certbot'
certbot_docker_cont_tag: 'v2.11.0'
certbot_docker_cont_image: 'certbot/certbot:{{ certbot_docker_cont_tag }}'
certbot_docker_cont_uid: '10000' # dockremap
certbot_docker_host_uid: '{{ 100000 + certbot_docker_cont_uid | int }}'

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