Replies: 1 comment 14 replies
-
If you have access to the docker logs for npm, it would be more helpful. You can delete SSL certs from within NPM itself and also manually remove them from certbot inside the docker container. However it sounds like you've created an entirely new instance of npm and it's data, so not sure how this is happening for you at all. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, appreciate your help!! ❤️
I am learning about NPM, and I started a VPS (Ubuntu EC2) and installed NPM Docker Container, configured the SSL to my domain, and at this time, all is fine. BUT...
I got an error on another thing and needed to delete this VPS and launch new ubuntu, did all the setup again, and when I tried to configure the SSL again, I just got this message: "SyntaxError: Unexpected token < in JSON at position 0"
And after "(mydomain) is already in use". I imagine that's because I already configured this same domain in the old server, but I don't have any more access, and now I can't set up my SSL through NPM.
Can I revoke the old SSL or something like that? I imagine the SSL is linked to my domain (which I have access, of course) and exists any way to get a new SSL with NPM in this new VPS.
Can you help me? Appreciate a lot! ❤️
Beta Was this translation helpful? Give feedback.
All reactions