You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if we copy from it will create a genuine error like this
It would be better if we could change it like this mkdir -p certs openssl req \ -newkey rsa:4096 -nodes -sha256 -keyout certs/domain.key \ -x509 -days 365 -out certs/domain.crt
or divide it into multiple commands ...
Additional comments?
If the issue is valid then I would love to work on it, Thanks!
The text was updated successfully, but these errors were encountered:
Code of Conduct
What part of document/web-page on oras.land is affected?
The current documentation uses
$
prefix in the command example hereoras-www/versioned_docs/version-1.2/compatible_oci_registries.mdx
Lines 89 to 93 in 4e73bda
if we copy from it will create a genuine error like this
It would be better if we could change it like this
mkdir -p certs openssl req \ -newkey rsa:4096 -nodes -sha256 -keyout certs/domain.key \ -x509 -days 365 -out certs/domain.crt
or divide it into multiple commands ...
Additional comments?
If the issue is valid then I would love to work on it, Thanks!
The text was updated successfully, but these errors were encountered: