Skip to content

trufflesecurity/how-to-rotate

Repository files navigation

How to Rotate

How to Rotate is an open-source collection of API key rotation tutorials (including AWS, GitHub, Mailchimp and more). Visit howtorotate.com to view the live site. Read about why we created this repo.

image

Contributing

We welcome contributions from the community! If you have a tutorial you'd like to add, please submit a pull request (see CONTRIBUTING for more details). If you'd like to suggest a tutorial, please open an issue.

Rotation Guide Name

Please name the rotation guide file to roughly match a detector type.

Running Locally?

  1. Install Hugo brew install hugo

  2. Run local Hugo server hugo server -D

  3. View on localhost:1313