documentation: base structure for new documentation

This commit is contained in:
2019-08-09 19:52:56 +02:00
parent 448f5ff40f
commit 05e5008305
12 changed files with 270 additions and 1 deletions

View File

@ -577,7 +577,7 @@ SITH_EBOUTIC_HMAC_KEY = binascii.unhexlify(
"0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF"
)
SITH_EBOUTIC_PUB_KEY = ""
with open("./sith/et_keys/pubkey.pem") as f:
with open(os.path.join(os.path.dirname(__file__), "et_keys/pubkey.pem")) as f:
SITH_EBOUTIC_PUB_KEY = f.read()
# Launderette variables