Renovar certificado

Not a very good idea. It is best to use a full keyboard.
But if you use the VI editor, I think that might be able to run it without needing to press CTRL or ALT.

Look up all the VI commands that you would need before you use it.
Like:

  • moving around using the arrow keys
    [to get to the start of 127.0.0.11]

  • deleting the next 10 spaces= 10d{spacebar}
    [to delete "127.0.0.11" 10 chars long]

  • switching to insert mode= i
    [press the letter "i"]

  • exit insert mode= Esc
    [press the Escape key]

  • saving the file= :w{ENTER}
    That's a colon ":" then "w" then {Enter key}

  • exiting the program= :q{ENTER}
    That's a colon ":" then "q" then {Enter key}

  • save and exit= :wq{ENTER}

1 Like

But this may all be in vain if the file can't be edited by a normal user.
Back to the first problem: You need to be an admin of the system / root user to fix things.

1 Like

editado el resolv.conf
image

1 Like

try the curl again:
curl https://acme-v02.api.letsencrypt.org/directory

1 Like

image

1 Like

Finally!!!!

Now back to the ACME request:

1 Like

debo renovar el certificado con duckdns o con el addon de letsencrypt?
ya he recuperado el puesto en el pc!

I don't understand.
Which one worked before?
Which one failed today?

renovare con el addon de letsencrypt pero lo realizare por el puerto 8080 ya que si pongo el 80 ne dice que esta ocupaco ¿es buena idea?

I asked two questions and get only one answer.
hmm...
Maybe the same answer applies to both questions!

Try it again now.

You can't use 8080 on the Internet side.
You can route the outside 8080 to any inside IP:port

1 Like

en realidad fallaron los dos addon anteriormente

Has anything ever worked before?
Or is this a first-time cert?

voy a intentarlo ahora

So this is a first-time install?

uff


creo que estamos como al principio no se si se aprecia la imagen

image
error 404

Step1: Confirm your IP:
show:
curl ifconfig.co

image

OK IP confirmed.
Step 2: Validate the ACME client was designed to work on this system.
What is the name of the ACME client (and version)?
Where did you get the client?
Was there a guide you used?

el cliente es el que incorpora el addon letsencrypt que incorpora el propio sistema y para duckdns es el propio sistema tambien.