-
Notifications
You must be signed in to change notification settings - Fork 8
Import OPNsense
NeySlim edited this page May 2, 2026
·
6 revisions
Version: 2.142
UCM can import certificates and CAs directly from OPNsense firewalls.
- OPNsense API key and secret
- Network access to OPNsense (typically port 443)
- Admin permissions in UCM
-
Get OPNsense API Credentials
- Login to OPNsense
- System → Access → Users
- Edit your user → API Keys
- Generate new key
- Save key and secret
-
Configure in UCM
- Navigate to Operations page
- OPNsense Import section
- Enter:
- Host: https://opnsense.example.com
- API Key: your-key
- API Secret: your-secret
-
Test Connection
- Click "Test Connection"
- Should show: ✅ Connected to OPNsense
-
Navigate to Import
- Operations → Import from OPNsense
-
Select Items
- ☑ Root CAs
- ☑ Intermediate CAs
- ☑ Certificates
- ☑ Include private keys (if available)
-
Import
- Click "Start Import"
- Progress shown for each item
- Summary displayed
- Certificate Authorities (Root, Intermediate)
- Server certificates
- Client certificates
- Private keys (if exported from OPNsense)
- Certificate chains
- OPNsense must have export enabled
- Some data may not be preserved (custom extensions)
- Requires manual configuration of OCSP/CRL URLs
See Troubleshooting for import issues.