Fix broken build caused due to resolve merge conflicts

This commit is contained in:
vishalnayak 2017-02-24 12:41:20 -05:00
parent 703991e2f3
commit 2e911fc650

View file

@ -215,8 +215,8 @@ func (b *backend) pathIssueSignCert(
}
if !useCSR {
resp.Data["private_key"] = base64.StdEncoding.EncodeToString(parsedBundle.PrivateKeyBytes)
resp.Data["private_key_type"] = cb.PrivateKeyType
respData["private_key"] = base64.StdEncoding.EncodeToString(parsedBundle.PrivateKeyBytes)
respData["private_key_type"] = cb.PrivateKeyType
}
}