Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. First, generate a strong password.

...

This website is one example: https://strongpasswordgenerator.com/

...

We do not recommend online password generators. While improbable, a hacked website could save the generated passwords (or intercept them via your browser). Use an offline generator whenever possible.

To generate a password offline:

  1. Type this at the CAS server console command line:

Code Block
openssl rand -base64 32
  • OpenSSL is typically available on any Debian/Ubuntu system.

...

  • Copy + paste the resulting Base64 random code.

2. Convert this new, secure password to a QR code.

...