|
security.txt file requires .well-known folder to be available at the root of your project directory.
To create security.txt file in Tiki, use the console command below. Different options are explained in detail in the merge request.
Copy to clipboard php console.php security:generate --admin-contact="tel:+1 800-555-0100" --expires=365 --encryption="https://example.com/pgp/my-key.gpg" --signature-path="~/.gnupg/key.asc"
|