We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9544981 commit 45f3324Copy full SHA for 45f3324
1 file changed
README.md
@@ -3,7 +3,13 @@
3
4
## Usage
5
6
-Install the tool from PyPI with:
+The simplest way to quickly check your site is with `uvx`:
7
+
8
+```
9
+uvx --from ready-check ready <domain>
10
11
12
+Alternative, install the tool from PyPI with:
13
14
```
15
pip install ready-check
@@ -108,8 +114,6 @@ Note: if you install from PyPI these dependencies are installed.
108
114
- DNS CAA should be enabled
109
115
- DNS CAA should include accounturi
110
116
- DNS CAA should include validationmethods
111
-- SSL certificate must provide OCSP URI
112
-- SSL certificate should provide OCSP must-staple
113
117
- Response should be a 200 (after redirects)
118
119
0 commit comments