Skip to content

Commit

Permalink
Merge pull request #61 from AIBlockOfficial/bugfix_tls_certs
Browse files Browse the repository at this point in the history
Adding base TLS certificates file
  • Loading branch information
BHouwens authored May 1, 2024
2 parents 5b94ad9 + bb68692 commit 5d01577
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ src/db/db/
src/wallet/wallet/
/*.log
src/bin/tls_data/
src/bin/tls_certificates.json

*.txt

Expand Down
11 changes: 11 additions & 0 deletions src/bin/tls_certificates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"file_comment": [
"/// !!! AUTOGENERATED: DO NOT EDIT !!!",
"/// Generated with: src/bin/node_settings_gen_key_certs.sh"
],
"tls_config": {
"pem_certificates": {},
"pem_pkcs8_private_keys": {},
"socket_name_mapping": {}
}
}

0 comments on commit 5d01577

Please sign in to comment.