Fix certificateChain property

pull/506/head
Herman Slatman 3 years ago
parent e1cab4966f
commit 3e0dac3ab4
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -29,8 +29,8 @@ func NewService(ctx context.Context, opts apiv1.Options) (*Service, error) {
// TODO: should this become similar to the New CertificateAuthorityService as in x509CAService?
return &Service{
chain: opts.CertificateChain,
signer: opts.Signer,
decrypter: opts.Decrypter,
certificateChain: opts.CertificateChain,
signer: opts.Signer,
decrypter: opts.Decrypter,
}, nil
}

Loading…
Cancel
Save