mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 03:52:10 +08:00
Better spacing around code blob
@@ -186,12 +186,14 @@ Your HTTP method call may require additional headers for Authorization, ContentT
|
||||
|
||||
```sh
|
||||
...
|
||||
|
||||
myusername="$MYAPI_username"
|
||||
mypassword="$MYAPI_password"
|
||||
mycredentials="$(printf "%s" "$myusername:$mypassword" | _base64)"
|
||||
|
||||
export _H1="Authorization: Basic $mycredentials"
|
||||
export _H2="ContentType: application/json"
|
||||
|
||||
...
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user