Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a -days flag to specify the validity period. #513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 25, 2023

  1. Add a -days flag to specify the validity period.

    The hard-coded default of 2 years, 3 months works for most applications.
    However, some applications enforce that the certificate is only valid
    for a short period and this default is too long.
    
    For example, WebRTC fingerprinting enforces a max duration of 30 days.
    WebTransport is even more extreme and rejects certs valid for more than
    14 days. These certificates are meant to be ephemeral.
    
    Fixes FiloSottile#339 FiloSottile#343
    kixelated committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    6d3982e View commit details
    Browse the repository at this point in the history