Skip to content

Commit

Permalink
Update cert valid years
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jan 8, 2025
1 parent 6efc46b commit b976642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/certs/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ hash_alg=-sha384
issued_org='Simdsoft Limited'

# issuer information
issuer_valid_years=100
issuer_valid_years=1003
issuer_org='Simdsoft Limited'
issuer_name="Simdsoft RSA CA $issuer_valid_years"
issuer_subj="/C=CN/O=$issuer_org/CN=$issuer_name"


valid_years=$issuer_valid_years
valid_years=3

if [ "$force" = 'true' ] ; then
echo 'force regen certs ...'
Expand Down

0 comments on commit b976642

Please sign in to comment.