Questions tagged [devops]

65 questions
0
votes
1 answer

nginx dynamic ssl for SaaS application

my SaaS application create subdomain for each customer customer.myapp.com. in my nginx i configured wildcard ssl certificate. (*.myapp.com) and it works. how can I allow my customer to connect their own domain to their subdomain with ssl? i.e…
CommCo
  • 1
-1
votes
0 answers

Cloud Computing Environment Management Scheme

I am currently instructed to devise a scheme for managing stack dependencies (10 fixed stack dependencies given) and environments (a combination of stacks) as part of a challenge. There is no documentation and information are rather abstract. I need…
-1
votes
3 answers

Adobe Reader DC automated install using PowerShell

I wanted to automate the installation of Adobe Reader DC using an existing executable file (AcroRdrDC1501020060_en_US.exe) present in my local computer with a PowerShell script in non-interactive mode. My current PowerShell script is: Start-Process…
user14876683
  • 1
  • 1
  • 3
-1
votes
1 answer

OpenShift internal docker registry inaccessible

I am trying to connect with the internal docker registry of an openshift cluster with /bin/docker login -u user -p password` `oc get svc -n default | grep docker-registry `:5000 Getting the following message: Error response from daemon: Get…
monty
  • 1
-2
votes
0 answers

General infrastructure artchitecture/best practice: Developing locally against and azure hosted postgres

General infrastructure artchitecture/best practice: Developing locally against and azure hosted postgres I've created an infrastructure on azure using terraform that is the following: public virtual network (vn) two subnets associated with the vn,…
1 2 3 4
5