mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[PR #81] [MERGED] Make ACME cache directory location configurable #281
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns/pull/81
Author: @Ajedi32
Created: 5/7/2018
Status: ✅ Merged
Merged: 5/14/2018
Merged by: @joohoi
Base:
master← Head:configurable_acme_cache📝 Commits (2)
c9a45b5Remove trailing whitespace from README and config4770a59Make ACME cache directory location configurable📊 Changes
4 files changed (+20 additions, -15 deletions)
View changed files
📝
README.md(+12 -10)📝
config.cfg(+6 -4)📝
main.go(+1 -1)📝
types.go(+1 -0)📄 Description
Makes it possible to adjust where the ACME certificates, accounts credentials, etc, are stored.
This is necessary for running the server as a non-root user within the Docker container. See #79
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.