From 693a2a790423540037ddeaeb6b7728b4b76f624e Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 12 Aug 2021 14:04:22 -0700 Subject: [PATCH] remove outdated example code (#8984) There are a couple problems with these files. 1. `python -m acme.standalone` from the README hasn't worked since https://github.com/certbot/certbot/pull/7483. 2. The symlinks for the PEM files have been broken since https://github.com/certbot/certbot/pull/7600. Because of this and the fact [these example files are causing snap build failures](https://dev.azure.com/certbot/certbot/_build/results?buildId=4395&view=logs&j=f44d40a4-7318-5ffe-762c-ae4557889284&t=07786725-57f8-5198-4d13-ea77f640bd5c&l=78), let's delete it. --- acme/examples/standalone/README | 2 -- acme/examples/standalone/localhost/cert.pem | 1 - acme/examples/standalone/localhost/key.pem | 1 - 3 files changed, 4 deletions(-) delete mode 100644 acme/examples/standalone/README delete mode 120000 acme/examples/standalone/localhost/cert.pem delete mode 120000 acme/examples/standalone/localhost/key.pem diff --git a/acme/examples/standalone/README b/acme/examples/standalone/README deleted file mode 100644 index 8bb0fad97..000000000 --- a/acme/examples/standalone/README +++ /dev/null @@ -1,2 +0,0 @@ -python -m acme.standalone -p 1234 -curl -k https://localhost:1234 diff --git a/acme/examples/standalone/localhost/cert.pem b/acme/examples/standalone/localhost/cert.pem deleted file mode 120000 index 1cca87af5..000000000 --- a/acme/examples/standalone/localhost/cert.pem +++ /dev/null @@ -1 +0,0 @@ -../../../acme/testdata/rsa2048_cert.pem \ No newline at end of file diff --git a/acme/examples/standalone/localhost/key.pem b/acme/examples/standalone/localhost/key.pem deleted file mode 120000 index ee3dd2847..000000000 --- a/acme/examples/standalone/localhost/key.pem +++ /dev/null @@ -1 +0,0 @@ -../../../acme/testdata/rsa2048_key.pem \ No newline at end of file