We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e162c42 commit a9ad699Copy full SHA for a9ad699
.github/workflows/test.yml
@@ -75,6 +75,9 @@ jobs:
75
- name: Run deployment
76
run: |
77
./foremanctl deploy --certificate-source=${{ matrix.certificate_source }} --foreman-initial-admin-password=changeme
78
+ - name: Generate certificate bundle for second system
79
+ run: |
80
+ ./foremanctl certificate-bundle --certificate-source=${{ matrix.certificate_source }} --hostname=proxy.example.com
81
- name: Setup hammer
82
83
./foremanctl setup-hammer
0 commit comments