Failed to verify CMS message: bad signature

2020-02-26 Thread jarek
Hello! I've tried to migrate KDC (Debian 7) to new hardware with Debian 9. We are using KDC with pkinit and smartcards. After fresh installation, I have copied /etc/krb5.conf, /etc/krb5.keytab, /etc/krb5kdc and /var/lib/krb5kdc. All certificates are in /etc/krb5kdc.

Re: Failed to verify CMS message: bad signature

2020-02-26 Thread Todd Grayson
The discussions I've seen where this is done successfully use tar to grab all the files (do an ls -la in the kdc path to see what you missed) along with the krb5.conf. I believe you are missing important file(s) based on what you listed. On Wed, Feb 26, 2020, 7:31 AM jarek wrote: > Hello! > >