Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a0830c6

Browse files
committed
update default time to be 10 years
1 parent f73d8c7 commit a0830c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Thorfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Utils < Thor
2727
cert.version = 2
2828
cert.serial = 0
2929
cert.not_before = Time.now
30-
cert.not_after = Time.now + 3600
30+
cert.not_after = Time.now + 3.15569e8
3131
cert.public_key = key.public_key
3232
ext = OpenSSL::X509::ExtensionFactory.new
3333
ext.subject_certificate = cert

0 commit comments

Comments
 (0)