Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwhitta committed Nov 1, 2023
1 parent 2bb1c08 commit c0c0423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

ifneq ($(unameS),Windows)
spellcheck:
@codespell -f -L keypair -S ".git,*.pem"
@codespell -f -L hilighter,keypair -S ".git,*.pem"
endif
2 changes: 1 addition & 1 deletion pki.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ func (p *PKI) ImportCSR(fn string) error {
return e
}

// Validate the cert equest has a CN
// Validate the cert request has a CN
if cn = csr.Subject.CommonName; cn == "" {
return errors.Newf("cert request %s has no CommonName", fn)
}
Expand Down

0 comments on commit c0c0423

Please sign in to comment.