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