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
c567aee1
Commit
c567aee1
authored
10 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Add a debugging statement for Authorization objects
parent
c6725408
No related branches found
No related tags found
No related merge requests found
Pipeline
#67522
passed
10 months ago
Stage: test
Stage: build
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
acme.go
+1
-0
1 addition, 0 deletions
acme.go
with
1 addition
and
0 deletions
acme.go
+
1
−
0
View file @
c567aee1
...
...
@@ -213,6 +213,7 @@ func (a *ACME) verifyAll(ctx context.Context, client *acme.Client, c *certConfig
return
nil
,
fmt
.
Errorf
(
"challenge type '%s' is not available"
,
chal
.
Type
)
}
log
.
Printf
(
"attempting fulfillment for %q (identifier: %+v)"
,
c
.
Names
,
z
.
Identifier
)
for
_
,
domain
:=
range
c
.
Names
{
cleanup
,
err
:=
v
.
Fulfill
(
ctx
,
client
,
domain
,
chal
)
if
err
!=
nil
{
...
...
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