Skip to content
Snippets Groups Projects
Commit 3d33da29 authored by deuce's avatar deuce
Browse files

csrenc was just for debugging... remove.

parent 57601ea6
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,6 @@ csr.commonname=system.inet_addr;
csr.add_extension("2.5.29.17", false, create_dnsnames([system.inet_addr]));
csr.sign(certrsa);
csr.check();
var csrenc=csr.export(CryptCert.FORMAT.TEXT_CERTIFICATE);
order = acme.finalize_order(order, csr);
while (order.status !== 'valid') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment