Skip to content

Commit

Permalink
Merge pull request #258 from GodloveD/enc-env-var
Browse files Browse the repository at this point in the history
Add the APPTAINER_ENCRYPTION_PEM_DATA env var to the index
  • Loading branch information
DrDaveD authored Mar 12, 2024
2 parents 29ca450 + 6d3dad2 commit abc302d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ below with their respective functionality.
#. **{ENVPREFIX}_ENCRYPTION_PASSPHRASE**: Used to specify the plaintext
passphrase to encrypt the container.

#. **{ENVPREFIX}_ENCRYPTION_PEM_DATA**: If it contains data from a public PEM
file, {Project} can use those data to encrypt a container. If it contains
data from a private PEM file, {Project} will try to use the data to run an
encrypted container.

#. **{ENVPREFIX}_ENCRYPTION_PEM_PATH**: Used to specify the path of the
file containing public or private key to encrypt the container in PEM
format.
Expand Down

0 comments on commit abc302d

Please sign in to comment.