Hello,
Been banging my head on this problem for a few days and am pretty stuck.
After creating a template in cert-tools and then using it to generate a unsigned certificate and then running it though the docker certificate-issuer when I go to view the certificate in cert-viewer I’m greeted by the message,
Unhandled exception: Unrecognized bitcoin address
I’m not sure exactly where I went wrong, maybe when I made a new template? Perhaps I configured the cert-issuer incorrectly? Is it possible to use the dockerized version of the cert-issuer with a custom template?
Any help or suggestions to get me pointed in the right direction to troubleshoot this issue would be greatly appreciated.
Thanks!
Edit:
Turns out that i was doubling up ecdsa-koblitz-publickey in the recipient profile field after creating a template, once I removed the string concatenation on line 63 of the instatiate_v2_certificate_batch.py file my certificates would issue could be viewed correctly.