Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certbot install script is outdated for Ubuntu 20.04 LTS #9

Open
JonasEriksson opened this issue Jun 10, 2021 · 1 comment
Open

Certbot install script is outdated for Ubuntu 20.04 LTS #9

JonasEriksson opened this issue Jun 10, 2021 · 1 comment

Comments

@JonasEriksson
Copy link

from the install process on Ubuntu 20.04 LTS:
Setting up commandbox
Copying CommandBox Service (Default)
Adding CommandBox Default as service
commandbox-default.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable commandbox-default
_Add Certbot PPA
'universe' distribution component is already enabled for all sources.
The PPA has been DEPRECATED.

To get up to date instructions on how to get certbot for your systems, please see https://certbot.eff.org/docs/install.html.
More info: https://launchpad.net/~certbot/+archive/ubuntu/certbot
Press [ENTER] to continue or Ctrl-c to cancel adding it._

@HatBeardZero
Copy link

one of the big tricks to getting this to work on ubuntu 20 was adding a second service file /etc/systemd/system/tomcat9.service.d/lucee.conf, and adding the below.

[Service]
ReadWritePaths=/opt/lucee/
ReadWritePaths=/opt/lucee/config/
ReadWritePaths=/opt/fusionreactor/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants