On Tue, 3 Oct 2006, Albert Ferran wrote:

> I've tried with CVS snapshot and I've got the same error

>> >  FileDaemon {                          # this is me
>> >    Name = client-fd
>> >    FDport = 9102                  # where we listen for the director
>> >    WorkingDirectory = /var/bacula
>> >    Pid Directory = /var/run
>> >    Maximum Concurrent Jobs = 20
>> > 
>> >    PKI Signatures = Yes            # Enable Data Signing
>> >    PKI Encryption = Yes            # Enable Data Encryption
>> >    PKI Keypair = "/etc/bacula/fd-example.pem"    # Public and Private 
>> >    Key
>> >    PKI Master Key = "/etc/bacula/master.cert"    # ONLY the Public Key
>> >  }

I have encryption running with 1.39.22 with the following encryption 
settings:

FileDaemon {
   Name = somehost
   FDport = 9102
   WorkingDirectory = /some/path/working
   Pid Directory = /some/path/working

   PKI Signatures = yes
   PKI Encryption = yes
   PKI Keypair = "/some/path/fd_somekey.pem"
}

I have not been able to run with the "PKI Master Key" directive; the 
error is something about not being able to load the private key. 
Your error is different, which makes me wonder if you are really 
running the cvs version, but you might try starting without the 
master key directive.

    -- Michael

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to