Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Jan 7, 2025
1 parent a2a2a2d commit a66ec7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _posts/2024-12-12-aoc-sre-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ az resource update --ids <aks-resource-id>
```
aap-gateway-manage update_password --username=admin --password=changeme
```

## aap无法登录

密码正确时候,检查CSRF配置。

## 从pfx中提取所有证书

```
openssl pkcs12 -in ssli.pfx -nokeys -out allcerts.crt -legacy
```

0 comments on commit a66ec7f

Please sign in to comment.