We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4424c commit 611b7d5Copy full SHA for 611b7d5
1 file changed
lib/localhost/authority.rb
@@ -112,7 +112,7 @@ def certificate
112
certificate.version = 2
113
114
certificate.not_before = Time.now
115
- certificate.not_after = Time.now + (3600 * 24 * 365 * 10)
+ certificate.not_after = Time.now + (3600 * 24 * 365)
116
117
extension_factory = OpenSSL::X509::ExtensionFactory.new
118
extension_factory.subject_certificate = certificate
0 commit comments