Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acmeserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
acmeserver
Commits
aea4be95
Commit
aea4be95
authored
2 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Added some minimal operational notes
parent
dff62ab2
No related branches found
No related tags found
1 merge request
!34
V3
Pipeline
#53819
failed
2 years ago
Stage: test
Stage: build
Stage: release
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-0
13 additions, 0 deletions
README.md
with
13 additions
and
0 deletions
README.md
+
13
−
0
View file @
aea4be95
...
...
@@ -97,6 +97,19 @@ Certificates are uniquely identified by the *names* list. It is a
syntax error to define multiple requests for the same certificate. It
is also an error to define multiple requests with the same
*path*
.
### Operational considerations
Acmeserver tries hard to be nice to the ACME API, and as a result of
that it's
**not fast**
. It's going to take its sweet time to do things
to avoid overloading the API, going through the renewals one by one,
and allowing for extensive retry times.
It will get the certificates eventually if the validation mechanisms
are set up correctly. And if they aren't, it will eventually fall back
to attempting a verification once a day, so if you have an issue with
validation and you resolve it, know that's the time it's going to take
for the system to notice.
## Internals
The purpose of this tool is to obtain certificate renewals from an
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment