Formatted.

pull/862/head
Carl Tashian 2 years ago
parent a13e58e340
commit 1ba1584c7a

@ -87,7 +87,6 @@ type AuthorityInfo struct {
SSHCAHostPublicKey []byte
}
// New creates and initiates a new Authority type.
func New(cfg *config.Config, opts ...Option) (*Authority, error) {
err := cfg.Validate()

@ -1,9 +1,9 @@
package ca
import (
"crypto/sha256"
"crypto/tls"
"crypto/x509"
"crypto/sha256"
"encoding/hex"
"fmt"
"log"

Loading…
Cancel
Save