Asphere-xyz / bas-devnet-setup

13 stars 43 forks source link

make install-acme failure #17

Open cc868510 opened 1 year ago

cc868510 commented 1 year ago

when Getting domain auth token for each domain , acme error appears:

Create new order error. Le_OrderFinalize not found. {"type":"urn:ietf:params:acme:error:rejectedIdentifier","status":400,"detail":"Invalid DNS identifier [rpc.]"}

hoangkianh commented 1 year ago

You need to define the DOMAIN_NAME before running make install-acme

cc868510 commented 1 year ago

i did define DOMAIN_NAME, got the confirmation that certs were installed, but the after "make all" the sites are still not secured. I also tried using "_ecc" solution in the pull requests from bascrew, but to no avail.