Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed May 22, 2024
1 parent 2863dae commit b2fb4e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/client/enroll.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ import (
"github.com/kdudkov/goatak/pkg/tlsutil"
)

const minCertAge = time.Hour * 24
const keySize = 4096
const (
minCertAge = time.Hour * 24
keySize = 4096
)

type Enroller struct {
logger *slog.Logger
Expand Down

0 comments on commit b2fb4e1

Please sign in to comment.