gpg++
This commit is contained in:
parent
7ef7dfddaf
commit
00228d4dc4
2 changed files with 7 additions and 16 deletions
|
@ -73,7 +73,7 @@ def main():
|
|||
os.chdir(directory)
|
||||
clean()
|
||||
os.makedirs(TMP)
|
||||
build(len(sys.argv) > 1)
|
||||
build(len(sys.argv) == 1)
|
||||
clean()
|
||||
|
||||
|
||||
|
|
|
@ -9,31 +9,22 @@ Livrables
|
|||
* :download:`Mémoire <mémoire.pdf>`
|
||||
* :download:`Présentation <présentation.pdf>`
|
||||
|
||||
Authenticité des documents
|
||||
==========================
|
||||
|
||||
* :download:`Mémoire <mémoire.pdf.vrf>`
|
||||
|
||||
.. literalinclude:: mémoire.pdf.vrf
|
||||
|
||||
* :download:`Présentation <présentation.pdf.vrf>`
|
||||
|
||||
.. literalinclude:: présentation.pdf.vrf
|
||||
|
||||
Signatures numériques
|
||||
=====================
|
||||
|
||||
* :download:`Mémoire <mémoire.pdf.asc>`
|
||||
|
||||
.. literalinclude:: mémoire.pdf.asc
|
||||
.. literalinclude:: mémoire.pdf.vrf
|
||||
|
||||
* :download:`Présentation <présentation.pdf.asc>`
|
||||
|
||||
.. literalinclude:: présentation.pdf.asc
|
||||
.. literalinclude:: présentation.pdf.vrf
|
||||
|
||||
Clé publique personnelle
|
||||
========================
|
||||
|
||||
* :download:`Fichier ASC <https://keys.openpgp.org/vks/v1/by-fingerprint/08EDA7006234A0EB29A3A8471DBD5EC4BADA5579>`
|
||||
* :download:`cnam.marc-beninca.fr <../gpg.asc>`
|
||||
|
||||
.. literalinclude:: ../gpg.asc
|
||||
* :download:`keys.openpgp.org <https://keys.openpgp.org/vks/v1/by-fingerprint/08EDA7006234A0EB29A3A8471DBD5EC4BADA5579>`
|
||||
|
||||
* `pgp.key-server.io <https://pgp.key-server.io/pks/lookup?search=cnam%40marc-beninca.fr&fingerprint=on>`_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue