1
0
Fork 0

Better name

This commit is contained in:
Alex Kotov 2019-09-11 17:09:23 +05:00
parent a099bd9d4e
commit 3adbf2f109
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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