Contents returns the contents of the PEM file
()
| 153 | |
| 154 | // Contents returns the contents of the PEM file |
| 155 | func (p *PEMFile) Contents() string { |
| 156 | return p.contents |
| 157 | } |
| 158 | |
| 159 | // parseExternalCA parses an external CA specification from the command line, |
| 160 | // such as protocol=cfssl,url=https://example.com. |