Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
amppkg_dl_sxg: add -cert_url_base to override cert-url
During renewing of SXG cert in cluster servers, the new cert cannot be obtained in requesting cert-url from the cluster. `-cert_url_base` option enables us to overriding scheme, hostname and parent path of cert-url so that we can obtain the newer cert by specifying a server. In the server, we can get a new cert and confirm its cert renewal by using localhost such as `amppkg_dl_sxg -cert_url_base http://localhost:8080/amppkg/cert/ http://localhost:8080/priv/doc?...`
- Loading branch information