Skip to content

Commit

Permalink
fix: Formatting Issue on doc
Browse files Browse the repository at this point in the history
Signed-off-by: 7h3-3mp7y-m4n <emailtorash@gmail.com>
  • Loading branch information
7h3-3mp7y-m4n committed Dec 30, 2024
1 parent 4e73bda commit be49152
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions versioned_docs/version-1.2/compatible_oci_registries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ To login to the registry without a certificate, a self-signed certificate, or an
- Generate your self-signed certificates:

```
$ mkdir -p certs
$ openssl req \
-newkey rsa:4096 -nodes -sha256 -keyout certs/domain.key \
-x509 -days 365 -out certs/domain.crt
mkdir -p certs && \
openssl req \
-newkey rsa:4096 -nodes -sha256 \
-keyout certs/domain.key \
-x509 -days 365 -out certs/domain.crt
```

- Start a registry using that file for auth and listen the `0.0.0.0` address:
Expand Down

0 comments on commit be49152

Please # to comment.