Hello
I am trying to install AppVolumes Manager 4.0.1 on a Windows 2019 Server. I am receiving an error stating the following.
Error generating self signed certificate
See log/generate_cert.log for details
in the generate_cert.log the only error I see is the following...
#### Create log folders
#### Generating nginx server ssl certificate
rake aborted!
Errno::EACCES: Permission denied @ rb_sysopen - C:/Program Files (x86)/CloudVolumes/Manager/nginx/conf/appvol_self_vmware.com.key
C:/Program Files (x86)/CloudVolumes/Manager/lib/certificate_generator.rb:72:in `initialize'
C:/Program Files (x86)/CloudVolumes/Manager/lib/certificate_generator.rb:72:in `open'
C:/Program Files (x86)/CloudVolumes/Manager/lib/certificate_generator.rb:72:in `save_certificate'
C:/Program Files (x86)/CloudVolumes/Manager/lib/certificate_generator.rb:37:in `generate'
C:/Program Files (x86)/CloudVolumes/Manager/lib/tasks/cert.rake:31:in `block (2 levels) in <top (required)>'
C:/Program Files (x86)/CloudVolumes/Manager/vendor/bundle/ruby/2.5.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
Tasks: TOP => cert:generate_server_cert
(See full trace by running task with --trace)
I, [2020-05-13T10:08:30.043507 #6276] INFO -- : Generating certificate for HostName: hostname.######.org
I, [2020-05-13T10:08:30.043652 #6276] INFO -- : Issued to: /C=US/ST=California/L=Palo-alto/O=VMware Inc./CN=hostname.######.org/OU=AppVolumes
#### Generating powershell ssl certificate
rake aborted!
Errno::EACCES: Permission denied @ rb_sysopen - C:/Program Files (x86)/CloudVolumes/Manager/config/CVPowershell.key
C:/Program Files (x86)/CloudVolumes/Manager/lib/certificate_generator.rb:72:in `initialize'
C:/Program Files (x86)/CloudVolumes/Manager/lib/certificate_generator.rb:72:in `open'
C:/Program Files (x86)/CloudVolumes/Manager/lib/certificate_generator.rb:72:in `save_certificate'
C:/Program Files (x86)/CloudVolumes/Manager/lib/certificate_generator.rb:37:in `generate'
C:/Program Files (x86)/CloudVolumes/Manager/lib/tasks/cert.rake:54:in `block (2 levels) in <top (required)>'
C:/Program Files (x86)/CloudVolumes/Manager/vendor/bundle/ruby/2.5.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
Tasks: TOP => cert:generate_powershell_cert
(See full trace by running task with --trace)
I, [2020-05-13T10:08:34.882653 #7044] INFO -- : Generating certificate for HostName: hostname.######.org
I, [2020-05-13T10:08:34.882773 #7044] INFO -- : Issued to: /C=US/ST=California/L=Palo-alto/O=VMware Inc./CN=hostname.######.org/OU=AppVolumes
(hostname.######.org was substituted for the actual hostname)
I am using a domain user in the host\administrators group on the local machine. I have tried launching it from an elevated command prompt with the same result
Any insight would be helpful