network tab
This commit is contained in:
@@ -44,7 +44,7 @@ For production deployments, you can use the Gurted Certificate Authority to get
|
||||
|
||||
3. **Follow the DNS challenge instructions:**
|
||||
When prompted, add the TXT record to your domain:
|
||||
- Go to gurt://localhost:8877 (or your DNS server)
|
||||
- Go to gurt://dns.web (or your DNS server)
|
||||
- Login and navigate to your domain
|
||||
- Add a TXT record with:
|
||||
- Name: `_gurtca-challenge`
|
||||
|
||||
@@ -30,7 +30,7 @@ async fn verify_dns_txt_record(domain: &str, expected_value: &str, client: &Gurt
|
||||
});
|
||||
|
||||
let response = client
|
||||
.post_json("gurt://localhost:8877/resolve-full", &request)
|
||||
.post_json("gurt://dns.web/resolve-full", &request)
|
||||
.await?;
|
||||
|
||||
if response.is_success() {
|
||||
|
||||
@@ -12,7 +12,7 @@ struct Cli {
|
||||
#[command(subcommand)]
|
||||
command: Commands,
|
||||
|
||||
#[arg(long, default_value = "gurt://localhost:8877")]
|
||||
#[arg(long, default_value = "gurt://dns.web")]
|
||||
ca_url: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user