User's guide to using the inoQulate solution ================================================================================ The inoQulate solution supports PDF Timestamping (RFC 3161) and code signing. Batch PDF inoQulation -------------------------------------------------------------------------------- #. Log in to the SFTP server in the VM with an SFTP client program of your choice to drop PDF files for inoQulation. Use the following parameters: .. list-table:: :header-rows: 1 * - Parameter - Value * - Server - The FQDN as configured in :ref:`set_up_domain` * - Port - 2222 * - Username - ``sftp`` * - Authentication Method - SSH keypair, with the private key from :ref:`prepare_ssh_keypair`. For example, using the ``sftp`` command line program, .. code-block:: bash sftp -P 2222 sftp@inoqulate.example.com #. Upload your PDF files in the **toInoQulate** directory. #. Observe that your inoQulated files appear in the **inoQulated** directory after one hour. #. Observe that new proof files are generated in the **proofs** directory. These are the zero-knowledge proofs generated by pQCee's SPP technology. #. Observe that: #. A new summary report of the latest run has been created in the **report** directory. #. The original documents have been moved to the **done** directory. #. Any documents that failed inoQulation are moved to the **error** directory. #. Copy out the files in the **inoQulated**, **proofs** and **report** directories and store them securely. #. Check if the **error** directory contains any files. If there are, contact the administrator to check the service logs. #. Remove the files from **inoQulated**, **error** and **done** directories to avoid the service failing because a file with the same name already exists. #. Logout of the SFTP server. Code signing -------------------------------------------------------------------------------- #. Access the code signing web portal with the domain configured in :ref:`set_up_domain`. .. image:: ./images/code_sign.png #. Fill in the Worker Name (click copy to clipboard on the right): .. code-block:: text SPP-ECDSA-CodeSigner #. Click **Choose File** and select the code binary you wish to sign. #. Leave the process type at **Sign Document**. #. Click **Submit**. A p7s file is downloaded. #. Store the p7s file securely.