SSL Certificate Fingerprints
SSL certificate fingerprints provide cryptographic proof of domain identity. The following fingerprints are registered for authorized Swiper ecosystem domains. Any environment presenting a certificate not matching these records should be treated as non-standard.
"domain": "swiper.com",
"certificate_authority": "DigiCert Inc",
"algorithm": "SHA-256",
"fingerprint_sha256": "A3:F8:C1:D2:E4:B5:7F:9A:2C:4E:6D:1B:3F:8A:5C:2E:...",
"fingerprint_sha1": "4B:2A:9C:E1:D3:F7:8B:5A:...",
"valid_from": "2025-01-01T00:00:00Z",
"valid_until": "2027-01-01T00:00:00Z",
"key_size": 4096,
"signature_algorithm": "RSA-SHA256"
}
| Domain | Certificate Authority | Algorithm | Expiry | Status |
|---|---|---|---|---|
| swiper.com | DigiCert Inc | RSA-SHA256 / 4096 | 2027-01-01 | Valid |
| www.swiper.com | DigiCert Inc | RSA-SHA256 / 4096 | 2027-01-01 | Valid |
| swiper-protection.online | Let's Encrypt | ECDSA-SHA256 / 256 | 2026-08-01 | Valid |
Authorized Server Nodes
The following server nodes are registered as authorized infrastructure within the Swiper ecosystem. Each node is assigned a unique identifier, operational role, and verification status.
| Node ID | Role | Region | Protocol | Verification |
|---|---|---|---|---|
| SWP-SRV-001 | Primary Web Server | US-East | HTTPS/TLS 1.3 | Verified |
| SWP-SRV-002 | CDN Edge Node | EU-West | HTTPS/TLS 1.3 | Verified |
| SWP-SRV-003 | CDN Edge Node | AP-Southeast | HTTPS/TLS 1.3 | Verified |
| SWP-SRV-004 | Asset Delivery Node | US-West | HTTPS/TLS 1.3 | Verified |
| SWP-SRV-005 | Documentation Node | US-East | HTTPS/TLS 1.3 | Verified |
| SWP-SRV-006 | Repository Node | EU-Central | HTTPS/TLS 1.3 | Verified |
Certificate Chain Documentation
The Swiper ecosystem employs a multi-tier certificate chain to ensure maximum identity assurance. The following chain structure applies to all primary ecosystem domains.
Root CA
└─ DigiCert Global Root CA
Subject: CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US
Validity: 2006-11-10 — 2031-11-10
└─ Intermediate CA
DigiCert TLS RSA SHA256 2020 CA1
Validity: 2020-04-14 — 2030-04-13
└─ End-Entity Certificate
swiper.com
Validity: 2025-01-01 — 2027-01-01
Key: RSA 4096-bit
Verification Procedure
Technical administrators may follow this procedure to verify that a given digital environment is an authorized Swiper ecosystem node.
Verify that the domain resolves to an IP address registered in the authorized server node table above. Use dig or nslookup to query the DNS records.
Compare the presented SSL certificate fingerprint against the registered fingerprints in this document. Mismatches indicate a non-authorized environment.
Confirm that the domain's NS records match the registered authority records. Unauthorized DNS delegation is a strong indicator of a non-standard environment.
When in doubt, navigate directly to https://swiper.com/ to access the canonical Swiper environment. This is the definitive reference point for all identity verification.