{"openapi":"3.1.0","info":{"title":"CSR Diagnostic Tool","description":"This tool lets you paste a certificate signing request and see its decoded details to verify the information before submitting it to a Certificate Authority.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/csr-diagnostic-tool":{"get":{"operationId":"csrDiagnosticTool","summary":"This tool lets you paste a certificate signing request and see its decoded details to verify the information before submitting it to a Certificate Authority.","parameters":[{"name":"csr_pem_input","in":"query","required":true,"description":"PEM-encoded Certificate Signing Request","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}