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 trusted certificate to allow downloads from motherless (fixes issue #2009) #2012

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

Commits on Jan 4, 2023

  1. Add trusted certificate to allow downloads from motherless

    Added a certificate store that is based on the one from OpenJDK 18 with
    the "GoGetSSL RSA DV CA" certificate added.
    
    Added code in Utils class to load trust stores (based on code found at
    https://stackoverflow.com/a/10077862/20145163)
    
    Modified App.main to load the certificate store
    occipita committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b35e71b View commit details
    Browse the repository at this point in the history