[SOLVED] Something went wrong for original domain and trying to replace certificate

Reviewing this ticket, Why didn’t had ssl_certificates.py updated?

Why I had this line?:
“-subj”, “/C=%s/ST=/L=/O=/CN=%s” % (country_code, domain)])
instead of?:
“-subj”, “/C=%s/CN=%s” % (country_code, domain)])

I’ve installed MIAB one week ago (Feb 13, 2018)