Skip to content

Commit 45f3324

Browse files
committed
doc: use uvx in the example, remove the ocsp checks from the README
1 parent 9544981 commit 45f3324

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
## Usage
55

6-
Install the tool from PyPI with:
6+
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:
713

814
```
915
pip install ready-check
@@ -108,8 +114,6 @@ Note: if you install from PyPI these dependencies are installed.
108114
- DNS CAA should be enabled
109115
- DNS CAA should include accounturi
110116
- DNS CAA should include validationmethods
111-
- SSL certificate must provide OCSP URI
112-
- SSL certificate should provide OCSP must-staple
113117
- Response should be a 200 (after redirects)
114118

115119

0 commit comments

Comments
 (0)