Update file names for images in the imported posts
This commit is contained in:
parent
1fddcd2d4f
commit
b765db9052
25 changed files with 22 additions and 22 deletions
|
|
@ -9,29 +9,29 @@ sidebar_position: 100
|
|||
|
||||
1. To check whether the PGP plugin is installed, check the Integrations tab in Zammad. This should show ‘PGP’ in the list of integrations. A green dot will appear next to its name if the plugin is enabled - here the plugin is not yet enabled:
|
||||
|
||||

|
||||

|
||||
|
||||
1. To enable the plugin, open the settings for ‘PGP’, and toggle the switch in the top left corner of the page:
|
||||
|
||||

|
||||

|
||||
|
||||
## Sending encrypted email to a user
|
||||
|
||||
1. The ‘Public and Private Keys’ section will display all the known encryption keys and associated emails. To be able to send encrypted email to an email address, it is necessary to upload the public key associated with that email address. Usually the public keys will be sent from the PGP users themselves, as attachments to tickets created via email. Here’s an example of such a ticket:
|
||||
|
||||

|
||||

|
||||
|
||||
1. To be able to reply to this user using encrypted email, download this attachment and upload it to the ‘Public and Private Keys’ section of the PGP integrations, by selecting ‘Add Public Key’, and then ‘Browse’:
|
||||
|
||||

|
||||

|
||||
|
||||
1. The PGP key fingerprint and email will now show up in the list:
|
||||
|
||||

|
||||

|
||||
|
||||
1. Replying on the ticket will now show the option to ‘Encrypt’, enabled by default. This means the reply will be sent encrypted. The padlock can be clicked to disable encryption.:
|
||||
|
||||

|
||||

|
||||
|
||||
## Receiving encrypted email from a user:
|
||||
|
||||
|
|
@ -81,15 +81,15 @@ gpg --export-secret-key -a helpdesk > helpdesk.priv
|
|||
|
||||
1. The next step is to upload the helpdesk’s public and private keys to Zammad. The private key will be used to decrypt messages that were sent encrypted to the helpdesk. The public key will be distributed to the helpdesk users who wish to send encrypted email. First, upload the public key to the ‘Public and Private Keys’ section of the PGP integrations, by selecting ‘Add Public Key’, and then ‘Browse’ and selecting the public key exported in the previous step:
|
||||
|
||||

|
||||

|
||||
|
||||
1. Now add the private key, by selecting ‘Add Private Key’, and then ‘Browse’ and selecting the private key exported in the previous step:
|
||||
|
||||

|
||||

|
||||
|
||||
The display should now indicate the private key was uploaded
|
||||
|
||||

|
||||

|
||||
|
||||
1. Ticket replies will now be sent signed by default. When an encrypted email is sent by a user, its contents will automatically be decrypted and displayed in a ticket.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue