Better name
This commit is contained in:
parent
a099bd9d4e
commit
3adbf2f109
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ class CreateX509SelfSignedCertificate
|
|||
pem: cert.to_pem.freeze,
|
||||
subject: cert.subject.to_s,
|
||||
issuer: cert.issuer.to_s,
|
||||
not_before: context.not_before,
|
||||
not_after: context.not_after,
|
||||
not_before: cert.not_before,
|
||||
not_after: cert.not_after,
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Reference in a new issue