File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
< span class ="hljs-section "> certbot</ span > <!--
49
49
--> < span class ="hljs-attribute "> certonly</ span > <!--
50
50
--> < span class ="hljs-attribute "> --webroot</ span > <!--
51
- --> < span ng-if ="isNonWWW(_site) || isRedirect(_site) "> < span class ="hljs-attribute " tooltips tooltip-template ="--domain " tooltip-side ="top "> -d</ span > {{ _domain }} </ span > <!--
52
- --> < span ng-if ="isWWW(_site) || isRedirect(_site) "> < span class ="hljs-attribute " tooltips tooltip-template ="--domain " tooltip-side ="top "> -d</ span > www.{{ _domain }} </ span > <!--
53
- --> < span ng-if ="isCDN(_site) "> < span class ="hljs-attribute " tooltips tooltip-template ="--domain " tooltip-side ="top "> -d</ span > cdn.{{ _domain }} </ span > <!--
51
+ --> < span ng-if ="isNonWWW(_site) || isRedirect(_site) "> < span class ="hljs-attribute " tooltips tooltip-template ="--domain " tooltip-side ="top "> -d</ span > {{ _domain.indexOf('-') !== -1 ? '"' + _domain + '"' : _domain }} </ span > <!--
52
+ --> < span ng-if ="isWWW(_site) || isRedirect(_site) "> < span class ="hljs-attribute " tooltips tooltip-template ="--domain " tooltip-side ="top "> -d</ span > {{ _domain.indexOf('-') !== -1 ? '"' : '' }} www.{{ _domain }}{{ _domain.indexOf('-') !== -1 ? '"' : '' }} </ span > <!--
53
+ --> < span ng-if ="isCDN(_site) "> < span class ="hljs-attribute " tooltips tooltip-template ="--domain " tooltip-side ="top "> -d</ span > {{ _domain.indexOf('-') !== -1 ? '"' : '' }} cdn.{{ _domain }}{{ _domain.indexOf('-') !== -1 ? '"' : '' }} </ span > <!--
54
54
--> < span class ="hljs-attribute "> --email</ span > {{ data.sites[_site].email ? data.sites[_site].email : 'info@' + _domain }} <!--
55
55
--> < span class ="hljs-attribute " tooltips tooltip-template ="--webroot-path " tooltip-side ="top "> -w</ span > {{ data.directory_letsencrypt.replace(endingSlashRegex, '') }} <!--
56
56
--> < span class ="hljs-attribute " tooltips tooltip-template ="--non-interactive " tooltip-side ="top "> -n</ span > <!--
You can’t perform that action at this time.
0 commit comments