Skip to content

Commit

Permalink
Removing code accidentally left in
Browse files Browse the repository at this point in the history
  • Loading branch information
hunoz committed Oct 23, 2024
1 parent 88dcc66 commit 39746ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ca/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func (p *Provisioner) SetFingerprint(sum string) {

// Token generates a bootstrap token for a subject.
func (p *Provisioner) Token(subject string, sans ...string) (string, error) {
p.endpoint.ResolveReference(&url.URL{Path: "/1.0/renew"})
if len(sans) == 0 {
sans = []string{subject}
}
Expand Down

0 comments on commit 39746ae

Please sign in to comment.