Commit 22fb440e authored by Mahesh Kumar Gangula's avatar Mahesh Kumar Gangula
Browse files

Issue #SB-29785 fix: bad char remove for RC certificate issue.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -121,7 +121,7 @@ collection_certificate_generator_parallelism: 1
collection_certificate_generator_enable_suppress_exception: "{{ enable_suppress_exception | lower }}"
collection_certificate_generator_enable_rc_certificate: "{{ enable_rc_certificate | lower }}"
collection_certificate_pre_processor_enable_suppress_exception: "{{ enable_suppress_exception | lower }}"
collection_certificate_generator_rc_badcharlist: ["\x00","\\aaa","Ø","Ý"]
collection_certificate_generator_rc_badcharlist: ["\\x00","\\aaa","Ø","Ý"]
registry_sunbird_keyspace: "sunbird"
cert_registry_table: "cert_registry"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment