Sir,
My office server is only accessed by VPN only and that time No Internet is open at server side.
So when I tried to implement SSL certificate nothing is happened because it is VPN access only server with no internet open at server.
Is there any method that I still implement the SSL certificate in above scenario ?
If yes then How to implement ?
I have root access at my server.
I am trying very long to implement the certificate but all in vein.
Please help.
danb35
June 25, 2019, 11:45am
2
Yes, you can use DNS validation rather than HTTP or TLS-ALPN. The documentation for your preferred client will explain how to do this.
but keep mind that for obvious reason LE client need to talk to internet (LE api)
Thank you very much… my server on RHEL 6.5 with apache.
If possible please mentione the steps
Thanks
Hi @upendrajpr
please start with the basics.
Then check the different challenge types:
When you get a certificate from Let’s Encrypt, our servers validate that you control the domain names in that certificate using “challenges,” as defined by the ACME standard. Most of the time, this validation is handled automatically by your ACME...
Finally, select a client.
Last updated: Jul 22, 2023 | See all Documentation Let’s Encrypt uses the ACME protocol to verify that you control a given domain name and to issue you a certificate. To get a Let’s Encrypt certificate, you’ll need to choose a piece...
1 Like
danb35
June 25, 2019, 10:43pm
6
As I said,
If you don't have a preferred client, acme.sh works well for DNS validation and supports a number of DNS providers.
1 Like
danb35:
DNS valida
Thank you very much for guidance and I am now trying to implement through DNS as it only supported case in my server.
system
Closed
July 26, 2019, 7:38am
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.