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

Pi support certbot #33

Open
ldrrp opened this issue Jul 21, 2022 · 1 comment
Open

Pi support certbot #33

ldrrp opened this issue Jul 21, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@ldrrp
Copy link
Contributor

ldrrp commented Jul 21, 2022

Problem

When running any of the domain renew/add/delete commands it calls certbot container which is currently set to latest tag. This will fail on raspberry pi or other arm based devices.

Solution

We need to detect the architecture and set the tag to arm/arm64/latest. This should be a variable thats shared between all 3 commands with a switch statement triggering the correct tag. Can be done in the init function if one exists for domain model.

Steps to Reproduce the Problem

  1. ./server.bin -domain renew
  2. ./server.bin -domain add domain.com
  3. ./server.bin -domain delete
@ldrrp ldrrp added enhancement New feature or request good first issue Good for newcomers labels Jul 21, 2022
@ldrrp ldrrp added this to the v3 milestone Jul 21, 2022
@ldrrp
Copy link
Contributor Author

ldrrp commented Aug 6, 2022

Im actually not sure what happens since we dont use the "latest" tag, I wonder what docker does when its a different arch. Im going to push this to a future milestone since there is no way for me to test this atm since i have no pi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant