You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a cert with no revocation_list in the conf.ini this resulted in the cert having revocation_list: null which cannot be imported to the iOS wallet. The tool shouldn't output broken certs.
The text was updated successfully, but these errors were encountered:
The Cert Tools already give a warn to a few parameters:
create-certificate-template: error: the following arguments are required: --issuer_name, --issuer_id, --certificate_title, --criteria_narrative, --badge_id
Yout can add the parameter revocation_list to the list of required parameters and make a pull.
How exactly did you generate your conf.ini, I'm trying to generate one and I receive TypeError: join() argument must be str or bytes, not 'NoneType':
I created a cert with no
revocation_list
in theconf.ini
this resulted in the cert havingrevocation_list: null
which cannot be imported to the iOS wallet. The tool shouldn't output broken certs.The text was updated successfully, but these errors were encountered: