From 5893134c6106cfebfec1ebb9484f45fc5672f602 Mon Sep 17 00:00:00 2001 From: Stephen Fox Date: Mon, 4 Feb 2019 10:02:07 -0500 Subject: [PATCH] Updated comment for 'PrivateKeyPemBlock()'. --- builder/virtualbox/common/sshkeypair.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder/virtualbox/common/sshkeypair.go b/builder/virtualbox/common/sshkeypair.go index dfaa4208a..fe5ba449c 100644 --- a/builder/virtualbox/common/sshkeypair.go +++ b/builder/virtualbox/common/sshkeypair.go @@ -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