We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea6ea3 commit 5119cf5Copy full SHA for 5119cf5
ssh/certs.go
@@ -44,7 +44,9 @@ type Signature struct {
44
const CertTimeInfinity = 1<<64 - 1
45
46
// An Certificate represents an OpenSSH certificate as defined in
47
-// [PROTOCOL.certkeys]?rev=1.8.
+// [PROTOCOL.certkeys]?rev=1.8. The Certificate type implements the
48
+// PublicKey interface, so it can be unmarshaled using
49
+// ParsePublicKey.
50
type Certificate struct {
51
Nonce []byte
52
Key PublicKey
0 commit comments