-1

I have dynamic IP address and I am trying to find the solution to limit the access to wp-admin. It seems that the only option is to block the access by domain name by using a Dynamic DNS Manager instead of IP address. Are there any alternatives?

elievi
  • 11
  • 2

1 Answers1

1

What about using client certificates for the particular URI?

eg: Access to https://example.com/ is allowed, but for https://example.com/wp-admin the client needs to provide a valid certificate.

https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html#accesscontrol https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_client_certificate

schroeder
  • 123,438
  • 55
  • 284
  • 319
RolfRisiko
  • 11
  • 1