search for: asymmetricsentry

Displaying 1 result from an estimated 1 matches for "asymmetricsentry".

2006 Feb 06
5
Sentry Plugin - Easy Question I don''t doubt
...To use this, generate a public and private key with Sentry::AsymmetricalSentry.save_random_rsa_key (private_key_file, public_key_file). If you want to encrypt the private key file with a symmetrical algorithm, pass a secret key (neither the key nor the decrypted value will be stored). Sentry::AsymmetricSentry.save_random_rsa_key(private_key_file, public_key_file, :key => ''secret_password'') My question is this. I only want to generate this key once and set the defaults in the environment.rb as mentioned in the docs. How do I go about doing this? I am sure that the answer is pr...