How to create eIDAS certificate with QWAC and QSealC profiles (PSD2 specific attributes) for testing

后端 未结 4 1296
你的背包
你的背包 2020-12-29 13:04

I want to create a eIDAS certificate with QWAC and QSealC profiles with PSD2 specific attributes as mentioned in the doc. Please help me, this is just for testing purposes.<

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 13:23

    I would like to extend @guymoyo's answer with clearer instruction. Xs2a (https://github.com/adorsys/xs2a) repository provides a docker image for Xs2a certificate generator: https://hub.docker.com/r/adorsys/xs2a-certificate-generator

    So to generate your own TPP certificate all you need to do:

    1. Run docker image
    docker run -p 8092:8092 adorsys/xs2a-certificate-generator
    
    1. Open your browser and navigate to Swagger UI http://localhost:8092/swagger-ui.html
    2. Or directly to createCertUsingPOST Swagger operation
    3. Click on Try it out of createCertUsingPOST
    4. Generated certificate will appear in the endpoint response

提交回复
热议问题