mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02:00
parent
1d77730e9a
commit
016b3adb36
1 changed files with 3 additions and 3 deletions
|
|
@ -21,9 +21,9 @@ certificate into the default system Certificate Authority list.
|
|||
|
||||
## Ubuntu
|
||||
|
||||
1. Copy rpc.cert to /usr/share/ca-certificates: `# cp /home/user/.btcd/rpc.cert /usr/share/ca-certificates/btcd.crt`
|
||||
2. Add btcd.crt to /etc/ca-certificates.conf: `# echo btcd.crt >> /etc/ca-certificates.conf`
|
||||
3. Update the CA certificate list: `# update-ca-certificates`
|
||||
1. Copy rpc.cert to /usr/share/ca-certificates: `cp /home/user/.btcd/rpc.cert /usr/share/ca-certificates/btcd.crt`
|
||||
2. Add btcd.crt to /etc/ca-certificates.conf: `echo btcd.crt >> /etc/ca-certificates.conf`
|
||||
3. Update the CA certificate list: `update-ca-certificates`
|
||||
|
||||
## Set your mining software url to use https
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue