forked from TrueCloudLab/certificates
Fix certificateChain property
This commit is contained in:
parent
e1cab4966f
commit
3e0dac3ab4
1 changed files with 3 additions and 3 deletions
|
@ -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?
|
// TODO: should this become similar to the New CertificateAuthorityService as in x509CAService?
|
||||||
return &Service{
|
return &Service{
|
||||||
chain: opts.CertificateChain,
|
certificateChain: opts.CertificateChain,
|
||||||
signer: opts.Signer,
|
signer: opts.Signer,
|
||||||
decrypter: opts.Decrypter,
|
decrypter: opts.Decrypter,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue