mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
Updated comment for 'PrivateKeyPemBlock()'.
This commit is contained in:
parent
cd4ae03324
commit
5893134c61
1 changed files with 2 additions and 1 deletions
|
|
@ -119,7 +119,8 @@ type sshKeyPair interface {
|
|||
Description() string
|
||||
|
||||
// PrivateKeyPemBlock returns a slice of bytes representing
|
||||
// the private key in ASN.1, DER format in a PEM block.
|
||||
// the private key in ASN.1 Distinguished Encoding Rules (DER)
|
||||
// format in a Privacy-Enhanced Mail (PEM) block.
|
||||
PrivateKeyPemBlock() []byte
|
||||
|
||||
// PublicKeyAuthorizedKeysFormat returns a slice of bytes
|
||||
|
|
|
|||
Loading…
Reference in a new issue