diff --git a/builtin/logical/pki/fields.go b/builtin/logical/pki/fields.go index bf9b557bd..104e06775 100644 --- a/builtin/logical/pki/fields.go +++ b/builtin/logical/pki/fields.go @@ -10,8 +10,8 @@ func addIssueAndSignCommonFields(fields map[string]*framework.FieldSchema) map[s Default: "pem", Description: `Format for returned data. Can be "pem", "der", or "pem_bundle". If "pem_bundle" any private -private key and issuing cert will be appended -to the certificate pem. Defaults to "pem".`, +key and issuing cert will be appended to the +certificate pem. Defaults to "pem".`, } fields["ip_sans"] = &framework.FieldSchema{