[WEBSPHERE - MAXIMO] - IMPORT chứng chỉ SSL từ Gmail
1. Đăng nhập Websphere Admin Console
2. Vào
- Security → SSL certificate and key management
- Chọn Key stores and certificates
- Chọn CellDefaultTrustStore
- Trong phần* Additional Properties* chọn Signer certificates
3. Trong phần Signer certificates, chọn:
- [Retrieve from port]
- Host: smtp.gmail.com
- Port: 465
- Alias: smtp.gmail.com_cert
4. Nhấn Retrieve Signer Information
5. Nếu chứng chỉ hiển thị hợp lệ → bấm OK hoặc Apply
6. Save configuration
Cấu hình SSL trong System properties (MAXIMO)
| Property Name | Value |
| --------------------------- | ----------------------------- |
| `mail.smtp.host` | `smtp.gmail.com` |
| `mail.smtp.port` | `465` |
| `mail.smtp.ssl.enable` | `true` |
| `mail.smtp.auth` | `true` |
| `mail.smtp.starttls.enable` | `false` (bỏ hoặc đặt `false`) |
| `mxe.smtp.user` | `[email protected]` |
| `mxe.smtp.password` | App Password (Encrypted) |
All rights reserved