Using BAF, we have setup a hyperledger fabric network in kubernetes. It has 15 channels, 31 orgs ( each org has 1 peer) and 5 orderers. It's age is now nearly 1 year. Now all the certificates are going expire. Can anyone please suggest how to resolve this and how to renew parent cert/ peer's cert/ tls cert/ users cert? Is there any to renew all the certs?
Hyperledger fabric parent-CA certificate renewal
357 Views Asked by Manju Venkatachalam At
1
There are 1 best solutions below
Related Questions in SSL-CERTIFICATE
- SSL error when redirecting from one lightsail subdomain to lightsail subdomain on different account
- IBM DB2 console doesn't work after SSL certificate update
- requesting AWS Certificate Manager cert for root domain works, but not www subdomain
- Problem with SSL Certificate when the .Net App calls itself in the docker container
- "SSL certificate problem: unable to get local issuer certificate" when trying to access a repository on github
- Python SSL Error , Server side - Client certificate verify failing with Intermediate cert - self-signed certificate in certificate chain (_ssl.c:1007)
- DRF, corsheaders and SSL certificate error on deploy on VPS
- javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid cert
- How to move updates from Google Play to another server
- psql environment variable for sslkey password?
- PHP & LDAPS : cant connect to AD
- "Problem with the SSL CA cert" when running git
- Wildcard SSL certificate with IIS webserver type Can it be used on Linux servers using Apache?
- ktor client/server request falling and getting 500 internal server problem
- SSL Handshake issue on Android 7.0
Related Questions in HYPERLEDGER-FABRIC
- Error during Hyperledger Composer network install: npm ERR! command failed with node-gyp rebuild
- Backup and restoring Hyperledger fabric network one instance to other instanc
- hyperledger fabric can we intergrate existing database into a blockchain network and how?
- Accessing Fabric CA Server with REST API (Authentication Error)
- Learning Hyperledger Fabric & setting up a simple network. Stuck on an error while trying to regenerate the channel configuration transaction
- HyperLedger fabric error during the channel creation
- Im using hyperledger fabric, and im receiving a non-zero return code for when i try to run 'run the orderer raft leader election script'
- Setting up gRPC Proxies for HLF Operator Operations Console
- Error: Failed to get client TLS config: Error parsing certificate: x509: malformed serial number
- Facing slowness in Channel sync Operation in Hyperledger Fabric v2.2
- failed client connection to minifabric blockchain
- Hyperledger & OpenTelemetry: "GrpcExporter : Failed to export metrics" Failed to connect to localhost
- committed with status (ENDORSEMENT_POLICY_FAILURE) at peer1.org1.com:7051
- Hyperledger Fabric CA Certificate Error with Fabric Samples deployment
- How to manage dynamic data format in hyperledger
Related Questions in HYPERLEDGER-FABRIC-CA
- Accessing Fabric CA Server with REST API (Authentication Error)
- Learning Hyperledger Fabric & setting up a simple network. Stuck on an error while trying to regenerate the channel configuration transaction
- Hyperledger Fabric CA Certificate Error with Fabric Samples deployment
- Fabric Operations Console with Kubernetes Cluster on GKE Autopilot
- Fatal error when initializing core config : Could not find config file. FABRIC_CFG_PATH problem
- Is there any way to remove particular user indentity from Hyperledger Fabric CA by HLF Java SDK?
- Is there a way to recover lost CA and TLS certs?
- Hyperledger fabric chaincode installation problem
- Validity dates for certificates issue with Fabric CA
- openssl s_client connect does not work - unable to get local issuer certificate
- Registering failed with errors [{'code': 20, 'message': 'Authentication failure'}] - Hyperledger Fabric
- SSL: CERTIFICATE_VERIFY_FAILED : certificate verify failed: self-signed certificate (_ssl.c:1007)'))) - Hyperledger Fabric
- "unable to find valid certification path to requested target" in Fabric 2.2.2 network with Fabric Gateway Java
- How to get identity information from Hyperledger Fabric ca?
- How to implement hyperledger fabric erc20 wallet like metamask?
Related Questions in IBM-BLOCKCHAIN
- hyperledger fabric can we intergrate existing database into a blockchain network and how?
- Can I run code for IBM blockchain platform on AWS Blockchain Manager
- Orderers not responding after upgrading version from v2.4.4 to v2.5 in Hyperledger Fabric network
- Add new channel to existing Hyperledger Fabric network
- Error Connecting to 2 Org Local Fabric With IBM Blockchain Platform
- ibm blockchain platform [[{ code: 71, message: 'Authorization failure' }]]
- Can I use pbft with Hyperledger Fabric 2.x?
- Certificate signed by unknown authority Hyperledger Fabric
- Problem communicating Nodejs (Docker) with hydperledger
- Hyperledger Fabric Smart Contract with private data works in vscode but not in external app. How can I write data to multiple implicit collections?
- Building Network Layer in Hyperledger Fabric
- Not able to implement chaincode on peers
- Hyperledger fabric parent-CA certificate renewal
- 'msbuild' is not recognized as an internal or external command, operable program or batch file. error
- Does committing peer sign the new block using private key to produce new block in Hyperledger Fabric?
Related Questions in AZURE-BLOCKCHAIN-WORKBENCH
- Hyperledger fabric parent-CA certificate renewal
- How to setup hyperledger fabric explorer | Hyperledger Fabric consortium on Azure Kubernetes Service (AKS)
- How to upgrade chaincode in Hyperledger Fabric consortium on Azure Kubernetes Service (AKS)
- How to setup REST server to communicate with Hyperledger Fabric consortium on Azure Kubernetes Service (AKS)
- What are the true purposes for a managed private blockchain service such as Azure Blockchain Service in terms of data Interoperability and provenance
- What is the block number of the first block mined in a private blockchain network deployed on say Quorum?
- Blockchain using hyperledger Sawtooth in Windows
- Blockchain : Hyper Ledger Fabric Installations in Windows 10
- Azure Blockchain Workbench REST API
- Get bearer Token for Azure Blockchain project
- How to set current user in Azure Blockchain workbench through REST API?
- Create an Azure Blockchain Workbench resource in AD B2C (not in AD)
- What is the login credentials for an account made by a REST API call in the Azure Blockchain Workbench?
- Why is the token returned by ADAL token showing unauthorised on a request made by Postman and how do i resolve it?
- How do you get authentication bearer using a username and password for the Azure Blockchain Workbench using ADAL in python?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Renewing certificates is a tedious task and requires an extra care.
You can get a reference for you BAF setup by following this informative blog here.