Skip to content

Commit

Permalink
Fix spacing in authority
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 7, 2019
1 parent 0099eff commit 38e7f2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion authority/authority.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ func (a *Authority) CreateCertificate(db *database.Database, usr *user.User,

func (a *Authority) createHostCertificate(
hostname, domain string, sshPubKey string) (

cert *ssh.Certificate, certMarshaled string, err error) {

privateKey, err := ParsePemKey(a.PrivateKey)
Expand Down

0 comments on commit 38e7f2e

Please sign in to comment.