Added SSL certificates into the bundle

This commit is contained in:
Marco
2019-07-24 18:17:38 +02:00
parent 2fd0691764
commit dcf726a72a
2 changed files with 4620 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ block_cipher = None
import glob, os import glob, os
data_file = [(f, '.') for f in glob.glob('*.[pu][yi]') if f != "artemis.py"] data_file = [(f, '.') for f in glob.glob('*.[pu][yi]') if f != "artemis.py"]
data_file.append(('cacert.pem', '.'))
a = Analysis(['artemis.py'], a = Analysis(['artemis.py'],
pathex=[os.getcwd()], pathex=[os.getcwd()],

4619
src/cacert.pem Normal file

File diff suppressed because it is too large Load Diff