Add docs for post-quantum security with Rosenpass (#124)

This commit is contained in:
pascal-fischer
2024-01-09 11:14:55 +01:00
committed by GitHub
parent 15bb201ed7
commit 35bd211f4a
2 changed files with 57 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ export const docsNavigation = [
{ title: 'Use setup keys for automation', href: '/how-to/register-machines-using-setup-keys' },
{ title: 'Manage network access', href: '/how-to/manage-network-access' },
{ title: 'Enforce periodic authentication', href: '/how-to/enforce-periodic-user-authentication' },
{ title: 'Enable post-quantum cryptography', href: '/how-to/enable-post-quantum-cryptography' },
{ title: 'Route traffic to private networks', href: '/how-to/routing-traffic-to-private-networks' },
{ title: 'Manage DNS in your network', href: '/how-to/manage-dns-in-your-network' },
{ title: 'Monitor system and network activity', href: '/how-to/monitor-system-and-network-activity' },