ACC template generation engine
Перейти к файлу
dmitsh fc30368d38
allow passing public SSH keys from the command line (#13)
* allow passing public SSH keys from the command line
* update docs
2018-10-31 21:53:33 -07:00
cmd allow passing public SSH keys from the command line (#13) 2018-10-31 21:53:33 -07:00
docs allow passing public SSH keys from the command line (#13) 2018-10-31 21:53:33 -07:00
parts add support for multiple SSH keys (#12) 2018-10-31 15:09:46 -07:00
pkg allow passing public SSH keys from the command line (#13) 2018-10-31 21:53:33 -07:00
test add support for multiple SSH keys (#12) 2018-10-31 15:09:46 -07:00
vendor
.gitignore
CONTRIBUTING.md
LICENSE
Makefile
README.md added documentation (#10) 2018-10-30 21:57:00 -07:00
glide.lock
glide.yaml
main.go
versioning.mk

README.md

Open Enclave Engine - Azure template generator for SGX-capable VMs

The Open Enclave Engine oe-engine generates ARM (Azure Resource Manager) template for SGX-capable virtual machines. oe-engine receives a VM definition file in JSON format and generates an ARM template file and parameters file.

The VM definition file describes properties of the VMs, such as: compute power, OS image, credentials, etc.

Refer to the deployment documentation for more details.

License

MIT