Re: [Opendnssec-user] Export Import

2017-10-12 Thread Yuri Schaeffer
> But when doing ods-ksmutil key list -v in the import server I do not see > the new KSK. After the softhsm commands the key is only imported in the HSM. OpenDNSSEC doesn't know it so you need to do a ksmutil key import first to add it to your database. More information here: https://wiki.opendns

[Opendnssec-user] Export Import

2017-10-11 Thread Luciano Minuchin
Hi, I want to ask a question about Export and Import KEYs Generate a KSK key on a server with Opendnssec + Softhsm. Export the KSK: softhsm --slot 0 --pin 1234 --id bcd465b8c1bcd328ff3ae3e4ba5201d9 --export zsk.pem Import KSK in other server: softhsm --import ksk.pem --slot 0 --label "My key" --