Zitat von [email protected]:

Hi,

I am a beginner, I have query, If I create the key pair using following method and the can I use "PKI Cipher = aes256" in fd.conf (client side) or do I need to create key pair with 'aes256' ?
"Generate a File Daemon Key Pair for each FD:

  openssl genrsa -out fd-example.key 2048
  openssl req -new -key fd-example.key -x509 -out fd-example.cert
  cat fd-example.key fd-example.cert >fd-example.pem"

The keypair you generate is RSA and only used to encrypt/decrypt the key used for AES encryption. So yes there is no problem to use AES256 or something other as data encryption cipher.

Regards

Andi


--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to