start with certificate signing process
This commit is contained in:
20
ts/smartacme.plugins.ts
Normal file
20
ts/smartacme.plugins.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import 'typings-global' // typings for node
|
||||
|
||||
import * as path from 'path' // native node path module
|
||||
let rsaKeygen = require('rsa-keygen') // rsa keygen
|
||||
let rawacme = require('rawacme') // acme helper functions
|
||||
let nodeForge = require('node-forge')
|
||||
|
||||
// push.rocks modules here
|
||||
import * as smartfile from 'smartfile'
|
||||
import * as smartstring from 'smartstring'
|
||||
import * as paths from './smartacme.paths'
|
||||
|
||||
export {
|
||||
rsaKeygen,
|
||||
rawacme,
|
||||
nodeForge,
|
||||
smartfile,
|
||||
smartstring,
|
||||
paths
|
||||
}
|
Reference in New Issue
Block a user