Last updated
Was this helpful?
Last updated
Was this helpful?
If you want to generate custom secrets values, you can do this right from your console using a simple command.
You can use the openssl
command (commonly available on many Unix-based systems) combined with tr
and head
commands. Here's how you can do it for each of your requirements:
Alternatively, you can also use urandom
to generate secrets: