We are currently testing our implementation against the KSeF test environment. To do this, we used this portal to generate a dummy certificate and private key for authentication.
After downloading the certificate, we found that it uses an ECDSA P-256 key pair. However, the documentation states that RSA (2048-bit) keys are also supported for KSeF certificates, alongside EC.
- Does the test certificate portal support generating RSA certificates, or is it currently EC-only?
- Could you provide guidance, or a sample RSA certificate and private key — for testing purposes, so we can verify our integration handles RSA-based certificates correctly?
Note : We planning to use them to Authentication using XAdES signature
We are currently testing our implementation against the KSeF test environment. To do this, we used this portal to generate a dummy certificate and private key for authentication.
After downloading the certificate, we found that it uses an ECDSA P-256 key pair. However, the documentation states that RSA (2048-bit) keys are also supported for KSeF certificates, alongside EC.
Note : We planning to use them to Authentication using XAdES signature