ContainerFileSystemCallbackContext.createCertificateFile
Method
interface ContainerFileSystemCallbackContext { // ... omitted for brevity createCertificateFile( name: string, contents?: string, sourcePath?: string, owner?: number, group?: number, mode?: number, continueOnError?: boolean): ContainerFileSystemItem;}Signature
method
createCertificateFileCreates a PEM container certificate file entry with the OpenSSL subject-hash symlink.
createCertificateFile( name: string, contents?: string, sourcePath?: string, owner?: number, group?: number, mode?: number, continueOnError?: boolean): ContainerFileSystemItemParameters
namestringcontentsstringoptionalsourcePathstringoptionalownernumberoptionalgroupnumberoptionalmodenumberoptionalcontinueOnErrorbooleanoptionalReturns
ContainerFileSystemItemDefined on
This method is defined on the following type: