Creates a public part using a private certificate with the new name.
`Command syntax:`
```actionscript
cellframe-node-tool cert create_cert_pkey <cert name> <new cert name>
```
`Options:`
```actionscript
<cert name> - name of the certificate
<new cert name> - name of the public certificate
```
### Usage Example
`Command:`
```actionscript
cellframe-node-tool cert create_cert_pkey railgun.root.pvt.0 railgun.root.0
```
`Response:`
```
A certificate with a public key has been created.
```