welovedevs / react-ultimate-resume

💼 🎨 A modern software developer resume built with React and JSONResume
https://welovedevs.com/react-ultimate-resume
GNU Affero General Public License v3.0
2.13k stars 625 forks source link

Updated package.json --added options for ssl #138

Closed abz98 closed 10 months ago

abz98 commented 10 months ago

the --openssl-legacy-provider flag is used to specify the OpenSSL provider for legacy versions.

This flag specifically refers to the provider for OpenSSL library. When you use this flag, you are explicitly selecting a legacy provider for OpenSSL

clementdevos commented 10 months ago

Great! thanks !