Skip to content

Instantly share code, notes, and snippets.

View wyankx's full-sized avatar
👋
hello

Wyankx wyankx

👋
hello
  • Student
  • Russia, Moscow
  • 01:26 (UTC +03:00)
View GitHub Profile
# install_certifi.py
#
# sample script to install or update a set of default Root Certificates
# for the ssl module. Uses the certificates provided by the certifi package:
# https://pypi.python.org/pypi/certifi
import os
import os.path
import ssl
import stat