Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
certman
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
certman
Merge requests
!7
fix _certMustNotExist()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix _certMustNotExist()
5213-handle-dns-alias-domain
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
5213-handle-dns-alias-domain
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
89f038c5
1 commit,
3 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cm.sh
+
3
−
3
Options
@@ -92,9 +92,9 @@ function _certMustNotExist(){
if
_certExists
then
echo
"ERROR: cert
${
CM_fqdn
}
was added already."
exit
1
#
echo "Press Ctrl+C to abort within the next 10 sec..."
#
sleep 10
#
exit 1
echo
"Press Ctrl+C to abort within the next 10 sec..."
sleep
10
fi
}
Loading