Hi,
I would like to add the following section to Apache configuration in order to establish Web Key Directory (WKD) services for easy providing my GnuPG keys. I never did Apache configuration before so I would like to be sure to do it right.
How to do this by using WHM?
Many thanks to help a newbie.
kkarsten62
I would like to add the following section to Apache configuration in order to establish Web Key Directory (WKD) services for easy providing my GnuPG keys. I never did Apache configuration before so I would like to be sure to do it right.
Code:
## WEB KEY DIRECTORY ##
<Directory "/.well-known/openpgpkey">
<IfModule mod_mime.c>
ForceType application/octet-stream
Header always set Access-Control-Allow-Origin "*"
</IfModule>
</Directory>
Many thanks to help a newbie.
kkarsten62