ACME account config file 'default' does not exist.

Xela

Well-Known Member
Oct 12, 2017
98
2
48
Hi,

when trying to install a SSL certificate, I get the message:
Code:
ACME account config file 'default' does not exist.
Task ACME account config file 'default' does not exist.

Info:

Code:
root@subdomain:~# pvenode config set --acme domains=subdomain.meinedomain.de

root@subdomain:~# pvenode acme cert order
400 Parameter verification failed.
force: Custom certificate exists but 'force' is not set.
pvenode acme cert order  [OPTIONS]

root@subdomain:~# pvenode acme cert order --force
ACME account config file 'default' does not exist.
Task ACME account config file 'default' does not exist.

root@subdomain:~# pvenode config get
#rpcbind deaktivieren
#
#- systemctl disable rpcbind.target
#- systemctl disable rpcbind.socket
#- systemctl disable rpcbind.service
#- systemctl stop rpcbind.target
#- systemctl stop rpcbind.socket
#- systemctl stop rpcbind.service
acme: domains=subdomain.meinedomain.de

GUI is also no longer accessible.
 
Last edited:
Yes, I did:
Code:
root@subdomain:~# pvenode acme account register account-name mail@meinedomain.de
Directory endpoints:
0) Let's Encrypt V2 (https://acme-v02.api.letsencrypt.org/directory)
1) Let's Encrypt V2 Staging (https://acme-staging-v02.api.letsencrypt.org/directory)
2) Custom
Enter selection: 0

Attempting to fetch Terms of Service from 'https://acme-v02.api.letsencrypt.org/directory'..
Terms of Service: https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf
Do you agree to the above terms? [y|N]: y

Attempting to register account with 'https://acme-v02.api.letsencrypt.org/directory'..
400 Parameter verification failed.
name: ACME account config file 'account-name' already exists.
pvenode acme account register [<name>] {<contact>} [OPTIONS]

Any idea how to correct that?
 
Last edited: